@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/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_46>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_46> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_46> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.24"^^xsd:decimal ;
  dwc:decimalLongitude "12.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_46>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  geo-pos:lat "45.24"^^xsd:decimal ;
  geo-pos:long "12.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_46>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_46" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_46'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.34'^^xsd:double;
  dwc:latitude '45.24'^^xsd:double;
  dwc:minimumDepth '16.2'^^xsd:double;
  dwc:maximumDepth '16.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_46'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_47>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_47> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_47> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.24"^^xsd:decimal ;
  dwc:decimalLongitude "12.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_47>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  geo-pos:lat "45.24"^^xsd:decimal ;
  geo-pos:long "12.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_47>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_47" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_47'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.34'^^xsd:double;
  dwc:latitude '45.24'^^xsd:double;
  dwc:minimumDepth '16.2'^^xsd:double;
  dwc:maximumDepth '16.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_47'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_48>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_48> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_48> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.24"^^xsd:decimal ;
  dwc:decimalLongitude "12.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_48>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  geo-pos:lat "45.24"^^xsd:decimal ;
  geo-pos:long "12.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_48>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_48" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_48'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.34'^^xsd:double;
  dwc:latitude '45.24'^^xsd:double;
  dwc:minimumDepth '16.2'^^xsd:double;
  dwc:maximumDepth '16.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_48'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_39>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_39> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_39> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.24"^^xsd:decimal ;
  dwc:decimalLongitude "12.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_39>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  geo-pos:lat "45.24"^^xsd:decimal ;
  geo-pos:long "12.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_39>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_39" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_39'^^xsd:string;
  dwc:scientificName 'Tritia reticulata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.34'^^xsd:double;
  dwc:latitude '45.24'^^xsd:double;
  dwc:minimumDepth '16.2'^^xsd:double;
  dwc:maximumDepth '16.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '876821'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_39'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '876821'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_40>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_40> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_40> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.24"^^xsd:decimal ;
  dwc:decimalLongitude "12.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_40>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  geo-pos:lat "45.24"^^xsd:decimal ;
  geo-pos:long "12.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_40>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_40" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_40'^^xsd:string;
  dwc:scientificName 'Philine aperta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.34'^^xsd:double;
  dwc:latitude '45.24'^^xsd:double;
  dwc:minimumDepth '16.2'^^xsd:double;
  dwc:maximumDepth '16.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '574582'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_40'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '574582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_41>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_41> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_41> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.24"^^xsd:decimal ;
  dwc:decimalLongitude "12.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_41>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  geo-pos:lat "45.24"^^xsd:decimal ;
  geo-pos:long "12.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_41>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_41" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_41'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.34'^^xsd:double;
  dwc:latitude '45.24'^^xsd:double;
  dwc:minimumDepth '16.2'^^xsd:double;
  dwc:maximumDepth '16.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_41'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_44>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_44> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_44> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.24"^^xsd:decimal ;
  dwc:decimalLongitude "12.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_44>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  geo-pos:lat "45.24"^^xsd:decimal ;
  geo-pos:long "12.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_44>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_44" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_44'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.34'^^xsd:double;
  dwc:latitude '45.24'^^xsd:double;
  dwc:minimumDepth '16.2'^^xsd:double;
  dwc:maximumDepth '16.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_44'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_45>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_45> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_45> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.24"^^xsd:decimal ;
  dwc:decimalLongitude "12.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_45>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  geo-pos:lat "45.24"^^xsd:decimal ;
  geo-pos:long "12.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_45>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_45" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_45'^^xsd:string;
  dwc:scientificName 'Holothuria (Holothuria) tubulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.34'^^xsd:double;
  dwc:latitude '45.24'^^xsd:double;
  dwc:minimumDepth '16.2'^^xsd:double;
  dwc:maximumDepth '16.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125182'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_45'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '125182'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_37>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_37> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_37> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.24"^^xsd:decimal ;
  dwc:decimalLongitude "12.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_37>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  geo-pos:lat "45.24"^^xsd:decimal ;
  geo-pos:long "12.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_37>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_37" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_37'^^xsd:string;
  dwc:scientificName 'Bolinus brandaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.34'^^xsd:double;
  dwc:latitude '45.24'^^xsd:double;
  dwc:minimumDepth '16.2'^^xsd:double;
  dwc:maximumDepth '16.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140389'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_37'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '140389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_38>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_38> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_38> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.24"^^xsd:decimal ;
  dwc:decimalLongitude "12.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_38>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  geo-pos:lat "45.24"^^xsd:decimal ;
  geo-pos:long "12.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_38>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_38" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_38'^^xsd:string;
  dwc:scientificName 'Hexaplex trunculus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.34'^^xsd:double;
  dwc:latitude '45.24'^^xsd:double;
  dwc:minimumDepth '16.2'^^xsd:double;
  dwc:maximumDepth '16.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140396'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_38'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '140396'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.24"^^xsd:decimal ;
  dwc:decimalLongitude "12.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_25>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  geo-pos:lat "45.24"^^xsd:decimal ;
  geo-pos:long "12.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_25'^^xsd:string;
  dwc:scientificName 'Suberites domuncula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.34'^^xsd:double;
  dwc:latitude '45.24'^^xsd:double;
  dwc:minimumDepth '16.2'^^xsd:double;
  dwc:maximumDepth '16.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134282'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_25'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '134282'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.24"^^xsd:decimal ;
  dwc:decimalLongitude "12.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_26>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  geo-pos:lat "45.24"^^xsd:decimal ;
  geo-pos:long "12.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_26'^^xsd:string;
  dwc:scientificName 'Calliactis parasitica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.34'^^xsd:double;
  dwc:latitude '45.24'^^xsd:double;
  dwc:minimumDepth '16.2'^^xsd:double;
  dwc:maximumDepth '16.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100946'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_26'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '100946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.24"^^xsd:decimal ;
  dwc:decimalLongitude "12.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_27>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  geo-pos:lat "45.24"^^xsd:decimal ;
  geo-pos:long "12.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_27'^^xsd:string;
  dwc:scientificName 'Squilla mantis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.34'^^xsd:double;
  dwc:latitude '45.24'^^xsd:double;
  dwc:minimumDepth '16.2'^^xsd:double;
  dwc:maximumDepth '16.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '136137'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_27'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '136137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.24"^^xsd:decimal ;
  dwc:decimalLongitude "12.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_28>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  geo-pos:lat "45.24"^^xsd:decimal ;
  geo-pos:long "12.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_28'^^xsd:string;
  dwc:scientificName 'Scyllarus arctus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.34'^^xsd:double;
  dwc:latitude '45.24'^^xsd:double;
  dwc:minimumDepth '16.2'^^xsd:double;
  dwc:maximumDepth '16.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107709'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_28'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '107709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.24"^^xsd:decimal ;
  dwc:decimalLongitude "12.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_29>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  geo-pos:lat "45.24"^^xsd:decimal ;
  geo-pos:long "12.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_29'^^xsd:string;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.34'^^xsd:double;
  dwc:latitude '45.24'^^xsd:double;
  dwc:minimumDepth '16.2'^^xsd:double;
  dwc:maximumDepth '16.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_29'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.24"^^xsd:decimal ;
  dwc:decimalLongitude "12.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_30>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  geo-pos:lat "45.24"^^xsd:decimal ;
  geo-pos:long "12.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_30'^^xsd:string;
  dwc:scientificName 'Dromia personata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.34'^^xsd:double;
  dwc:latitude '45.24'^^xsd:double;
  dwc:minimumDepth '16.2'^^xsd:double;
  dwc:maximumDepth '16.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107258'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_30'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '107258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.24"^^xsd:decimal ;
  dwc:decimalLongitude "12.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_31>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  geo-pos:lat "45.24"^^xsd:decimal ;
  geo-pos:long "12.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_31'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.34'^^xsd:double;
  dwc:latitude '45.24'^^xsd:double;
  dwc:minimumDepth '16.2'^^xsd:double;
  dwc:maximumDepth '16.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_31'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.24"^^xsd:decimal ;
  dwc:decimalLongitude "12.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_32>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  geo-pos:lat "45.24"^^xsd:decimal ;
  geo-pos:long "12.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_32'^^xsd:string;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.34'^^xsd:double;
  dwc:latitude '45.24'^^xsd:double;
  dwc:minimumDepth '16.2'^^xsd:double;
  dwc:maximumDepth '16.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_32'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.24"^^xsd:decimal ;
  dwc:decimalLongitude "12.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_33>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  geo-pos:lat "45.24"^^xsd:decimal ;
  geo-pos:long "12.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_33'^^xsd:string;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.34'^^xsd:double;
  dwc:latitude '45.24'^^xsd:double;
  dwc:minimumDepth '16.2'^^xsd:double;
  dwc:maximumDepth '16.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_33'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_34>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_34> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_34> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.24"^^xsd:decimal ;
  dwc:decimalLongitude "12.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_34>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  geo-pos:lat "45.24"^^xsd:decimal ;
  geo-pos:long "12.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_34>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_34" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_34'^^xsd:string;
  dwc:scientificName 'Liocarcinus vernalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.34'^^xsd:double;
  dwc:latitude '45.24'^^xsd:double;
  dwc:minimumDepth '16.2'^^xsd:double;
  dwc:maximumDepth '16.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107394'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_34'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '1750288'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_35>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_35> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_35> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.24"^^xsd:decimal ;
  dwc:decimalLongitude "12.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_35>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.24 12.34)"^^geo:wktLiteral ;
  geo-pos:lat "45.24"^^xsd:decimal ;
  geo-pos:long "12.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_35>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_35" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_35'^^xsd:string;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.34'^^xsd:double;
  dwc:latitude '45.24'^^xsd:double;
  dwc:minimumDepth '16.2'^^xsd:double;
  dwc:maximumDepth '16.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_35'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2'^^xsd:string;
  dwc:scientificName 'Calliactis parasitica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.35'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '16.8'^^xsd:double;
  dwc:maximumDepth '16.8'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100946'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '100946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_15>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_15'^^xsd:string;
  dwc:scientificName 'Tritia reticulata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.35'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '16.8'^^xsd:double;
  dwc:maximumDepth '16.8'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '876821'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_15'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '876821'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_16>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_16'^^xsd:string;
  dwc:scientificName 'Philine aperta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.35'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '16.8'^^xsd:double;
  dwc:maximumDepth '16.8'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '574582'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_16'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '574582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_17>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_17'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.35'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '16.8'^^xsd:double;
  dwc:maximumDepth '16.8'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_17'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_18>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_18'^^xsd:string;
  dwc:scientificName 'Mimachlamys varia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.35'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '16.8'^^xsd:double;
  dwc:maximumDepth '16.8'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '236719'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_18'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_14>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_14'^^xsd:string;
  dwc:scientificName 'Hexaplex trunculus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.35'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '16.8'^^xsd:double;
  dwc:maximumDepth '16.8'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140396'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_14'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '140396'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_3'^^xsd:string;
  dwc:scientificName 'Squilla mantis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.35'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '16.8'^^xsd:double;
  dwc:maximumDepth '16.8'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '136137'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_3'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '136137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_4>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_4'^^xsd:string;
  dwc:scientificName 'Scyllarus arctus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.35'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '16.8'^^xsd:double;
  dwc:maximumDepth '16.8'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107709'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_4'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '107709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_6>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_6'^^xsd:string;
  dwc:scientificName 'Dromia personata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.35'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '16.8'^^xsd:double;
  dwc:maximumDepth '16.8'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107258'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_6'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '107258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_7>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_7'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.35'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '16.8'^^xsd:double;
  dwc:maximumDepth '16.8'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_7'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_8>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_8'^^xsd:string;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.35'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '16.8'^^xsd:double;
  dwc:maximumDepth '16.8'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_8'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_9>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_9'^^xsd:string;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.35'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '16.8'^^xsd:double;
  dwc:maximumDepth '16.8'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_9'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_10>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_10'^^xsd:string;
  dwc:scientificName 'Liocarcinus vernalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.35'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '16.8'^^xsd:double;
  dwc:maximumDepth '16.8'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107394'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_10'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '1750288'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_11>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_11'^^xsd:string;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.35'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '16.8'^^xsd:double;
  dwc:maximumDepth '16.8'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_11'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_12>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_12'^^xsd:string;
  dwc:scientificName 'Naticarius stercusmuscarum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.35'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '16.8'^^xsd:double;
  dwc:maximumDepth '16.8'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '720574'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_12'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '720574'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_13>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_13'^^xsd:string;
  dwc:scientificName 'Bolinus brandaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.35'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '16.8'^^xsd:double;
  dwc:maximumDepth '16.8'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140389'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_13'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '140389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_19>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_19'^^xsd:string;
  dwc:scientificName 'Flexopecten glaber'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.35'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '16.8'^^xsd:double;
  dwc:maximumDepth '16.8'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '236720'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_19'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '236720'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_20>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_20'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.35'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '16.8'^^xsd:double;
  dwc:maximumDepth '16.8'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_20'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_21>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_21'^^xsd:string;
  dwc:scientificName 'Holothuria (Holothuria) tubulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.35'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '16.8'^^xsd:double;
  dwc:maximumDepth '16.8'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125182'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_21'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '125182'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_22>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_22'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.35'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '16.8'^^xsd:double;
  dwc:maximumDepth '16.8'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_22'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_23>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_23'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.35'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '16.8'^^xsd:double;
  dwc:maximumDepth '16.8'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_23'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_24>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_24'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.35'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '16.8'^^xsd:double;
  dwc:maximumDepth '16.8'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_24'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1'^^xsd:string;
  dwc:scientificName 'Suberites domuncula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.35'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '16.8'^^xsd:double;
  dwc:maximumDepth '16.8'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Cymodocea nodosa, Zostera (Zostera) marina; seabed obstruction; rocky bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134282'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '134282'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_525> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 12.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters "11"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 12.52)"^^geo:wktLiteral ;
  geo-pos:lat "44.19"^^xsd:decimal ;
  geo-pos:long "12.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_525'^^xsd:string;
  dwc:scientificName 'Squilla mantis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.52'^^xsd:double;
  dwc:latitude '44.19'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '136137'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_525'^^xsd:string;
  dwc:observationDate '1982-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '136137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 12.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters "11"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 12.52)"^^geo:wktLiteral ;
  geo-pos:lat "44.19"^^xsd:decimal ;
  geo-pos:long "12.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_526'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.52'^^xsd:double;
  dwc:latitude '44.19'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_526'^^xsd:string;
  dwc:observationDate '1982-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_527> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 12.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters "11"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 12.52)"^^geo:wktLiteral ;
  geo-pos:lat "44.19"^^xsd:decimal ;
  geo-pos:long "12.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_527'^^xsd:string;
  dwc:scientificName 'Liocarcinus vernalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.52'^^xsd:double;
  dwc:latitude '44.19'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107394'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_527'^^xsd:string;
  dwc:observationDate '1982-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1750288'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 12.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters "11"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 12.52)"^^geo:wktLiteral ;
  geo-pos:lat "44.19"^^xsd:decimal ;
  geo-pos:long "12.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_530'^^xsd:string;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.52'^^xsd:double;
  dwc:latitude '44.19'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_530'^^xsd:string;
  dwc:observationDate '1982-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 12.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters "11"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 12.52)"^^geo:wktLiteral ;
  geo-pos:lat "44.19"^^xsd:decimal ;
  geo-pos:long "12.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_531'^^xsd:string;
  dwc:scientificName 'Naticarius stercusmuscarum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.52'^^xsd:double;
  dwc:latitude '44.19'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '720574'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_531'^^xsd:string;
  dwc:observationDate '1982-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '720574'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 12.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters "11"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 12.52)"^^geo:wktLiteral ;
  geo-pos:lat "44.19"^^xsd:decimal ;
  geo-pos:long "12.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_532'^^xsd:string;
  dwc:scientificName 'Tritia mutabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.52'^^xsd:double;
  dwc:latitude '44.19'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '876840'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_532'^^xsd:string;
  dwc:observationDate '1982-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '876840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 12.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters "11"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 12.52)"^^geo:wktLiteral ;
  geo-pos:lat "44.19"^^xsd:decimal ;
  geo-pos:long "12.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_533'^^xsd:string;
  dwc:scientificName 'Tritia reticulata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.52'^^xsd:double;
  dwc:latitude '44.19'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '876821'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_533'^^xsd:string;
  dwc:observationDate '1982-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '876821'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 12.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters "11"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 12.52)"^^geo:wktLiteral ;
  geo-pos:lat "44.19"^^xsd:decimal ;
  geo-pos:long "12.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_534'^^xsd:string;
  dwc:scientificName 'Philine aperta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.52'^^xsd:double;
  dwc:latitude '44.19'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '574582'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_534'^^xsd:string;
  dwc:observationDate '1982-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '574582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 12.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters "11"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 12.52)"^^geo:wktLiteral ;
  geo-pos:lat "44.19"^^xsd:decimal ;
  geo-pos:long "12.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_535'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.52'^^xsd:double;
  dwc:latitude '44.19'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_535'^^xsd:string;
  dwc:observationDate '1982-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 12.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters "11"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 12.52)"^^geo:wktLiteral ;
  geo-pos:lat "44.19"^^xsd:decimal ;
  geo-pos:long "12.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_537'^^xsd:string;
  dwc:scientificName 'Anadara corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.52'^^xsd:double;
  dwc:latitude '44.19'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138783'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_537'^^xsd:string;
  dwc:observationDate '1982-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '138783'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 12.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters "11"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 12.52)"^^geo:wktLiteral ;
  geo-pos:lat "44.19"^^xsd:decimal ;
  geo-pos:long "12.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_538'^^xsd:string;
  dwc:scientificName 'Polititapes rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.52'^^xsd:double;
  dwc:latitude '44.19'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '745846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_538'^^xsd:string;
  dwc:observationDate '1982-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '745846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 12.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters "11"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 12.52)"^^geo:wktLiteral ;
  geo-pos:lat "44.19"^^xsd:decimal ;
  geo-pos:long "12.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_539'^^xsd:string;
  dwc:scientificName 'Peronidia albicans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.52'^^xsd:double;
  dwc:latitude '44.19'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '878285'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_539'^^xsd:string;
  dwc:observationDate '1982-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '878285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 12.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters "11"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 12.52)"^^geo:wktLiteral ;
  geo-pos:lat "44.19"^^xsd:decimal ;
  geo-pos:long "12.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_540'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.52'^^xsd:double;
  dwc:latitude '44.19'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_540'^^xsd:string;
  dwc:observationDate '1982-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.17"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.17"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_549'^^xsd:string;
  dwc:scientificName 'Naticarius stercusmuscarum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '44.17'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '720574'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_549'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '720574'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.17"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.17"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_550'^^xsd:string;
  dwc:scientificName 'Tritia mutabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '44.17'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '876840'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_550'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '876840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.17"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.17"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_551'^^xsd:string;
  dwc:scientificName 'Tritia reticulata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '44.17'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '876821'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_551'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '876821'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.17"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.17"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_552'^^xsd:string;
  dwc:scientificName 'Philine aperta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '44.17'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '574582'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_552'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '574582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.17"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.17"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_554'^^xsd:string;
  dwc:scientificName 'Spisula subtruncata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '44.17'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140302'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_554'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '140302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.17"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.17"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_555'^^xsd:string;
  dwc:scientificName 'Anadara corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '44.17'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138783'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_555'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '138783'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.17"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.17"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_556'^^xsd:string;
  dwc:scientificName 'Polititapes rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '44.17'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '745846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_556'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '745846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.17"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.17"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_557'^^xsd:string;
  dwc:scientificName 'Peronidia albicans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '44.17'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '878285'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_557'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '878285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.17"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.17"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_558'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '44.17'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_558'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.17"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.17"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_548'^^xsd:string;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '44.17'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_548'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.17"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.17"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_542'^^xsd:string;
  dwc:scientificName 'Virgularia mirabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '44.17'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '128539'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_542'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '128539'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.17"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.17"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_543'^^xsd:string;
  dwc:scientificName 'Squilla mantis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '44.17'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '136137'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_543'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '136137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.17"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.17"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_544'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '44.17'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_544'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.17"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.17"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_545'^^xsd:string;
  dwc:scientificName 'Liocarcinus vernalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '44.17'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107394'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_545'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1750288'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.17"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.17"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_546'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '44.17'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_546'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.17"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.17"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_547'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '44.17'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_547'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.17"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.17"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_559'^^xsd:string;
  dwc:scientificName 'Ophiothrix quinquemaculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '44.17'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '181534'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_559'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '181534'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_49>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_49> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_49> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_49>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_49>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_49" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_49'^^xsd:string;
  dwc:scientificName 'Suberites domuncula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25.6'^^xsd:double;
  dwc:maximumDepth '25.6'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134282'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_49'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '134282'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_50>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_50> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_50> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_50>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_50>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_50" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_50'^^xsd:string;
  dwc:scientificName 'Tedania (Tedania) anhelans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25.6'^^xsd:double;
  dwc:maximumDepth '25.6'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '169546'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_50'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '169546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_51>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_51> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_51> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_51>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_51>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_51" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_51'^^xsd:string;
  dwc:scientificName 'Calliactis parasitica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25.6'^^xsd:double;
  dwc:maximumDepth '25.6'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100946'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_51'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '100946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_52>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_52> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_52> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_52>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_52>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_52" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_52'^^xsd:string;
  dwc:scientificName 'Aphrodita aculeata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25.6'^^xsd:double;
  dwc:maximumDepth '25.6'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '129840'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_52'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '129840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_53>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_53> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_53> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_53>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_53>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_53" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_53'^^xsd:string;
  dwc:scientificName 'Squilla mantis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25.6'^^xsd:double;
  dwc:maximumDepth '25.6'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '136137'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_53'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '136137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_54>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_54> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_54> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_54>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_54>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_54" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_54'^^xsd:string;
  dwc:scientificName 'Paguristes eremita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25.6'^^xsd:double;
  dwc:maximumDepth '25.6'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_54'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '107200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_68>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_68> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_68> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_68>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_68>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_68" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_68'^^xsd:string;
  dwc:scientificName 'Psammechinus microtuberculatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25.6'^^xsd:double;
  dwc:maximumDepth '25.6'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124318'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_68'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '124318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_70>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_70> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_70> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_70>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_70>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_70" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_70'^^xsd:string;
  dwc:scientificName 'Ophiothrix quinquemaculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25.6'^^xsd:double;
  dwc:maximumDepth '25.6'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '181534'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_70'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '181534'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_71>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_71> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_71> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_71>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_71>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_71" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_71'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25.6'^^xsd:double;
  dwc:maximumDepth '25.6'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_71'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_72>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_72> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_72> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_72>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_72>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_72" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_72'^^xsd:string;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25.6'^^xsd:double;
  dwc:maximumDepth '25.6'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_72'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_73>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_73> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_73> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_73>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_73>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_73" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_73'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25.6'^^xsd:double;
  dwc:maximumDepth '25.6'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_73'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_74>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_74> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_74> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_74>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_74>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_74" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_74'^^xsd:string;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25.6'^^xsd:double;
  dwc:maximumDepth '25.6'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_74'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_65>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_65> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_65> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_65>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_65>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_65" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_65'^^xsd:string;
  dwc:scientificName 'Holothuria (Holothuria) tubulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25.6'^^xsd:double;
  dwc:maximumDepth '25.6'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125182'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_65'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '125182'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_66>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_66> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_66> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_66>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_66>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_66" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_66'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25.6'^^xsd:double;
  dwc:maximumDepth '25.6'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_66'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_67>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_67> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_67> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_67>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_67>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_67" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_67'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25.6'^^xsd:double;
  dwc:maximumDepth '25.6'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_67'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_56>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_56> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_56> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_56>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_56>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_56" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_56'^^xsd:string;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25.6'^^xsd:double;
  dwc:maximumDepth '25.6'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_56'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_57>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_57> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_57> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_57>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_57>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_57" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_57'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25.6'^^xsd:double;
  dwc:maximumDepth '25.6'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_57'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_58>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_58> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_58> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_58>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_58>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_58" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_58'^^xsd:string;
  dwc:scientificName 'Gibbula magus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25.6'^^xsd:double;
  dwc:maximumDepth '25.6'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141790'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_58'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '141790'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_59>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_59> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_59> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_59>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_59>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_59" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_59'^^xsd:string;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25.6'^^xsd:double;
  dwc:maximumDepth '25.6'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_59'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_60>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_60> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_60> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_60>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_60>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_60" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_60'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25.6'^^xsd:double;
  dwc:maximumDepth '25.6'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_60'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_61>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_61> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_61> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_61>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_61>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_61" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_61'^^xsd:string;
  dwc:scientificName 'Mimachlamys varia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25.6'^^xsd:double;
  dwc:maximumDepth '25.6'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '236719'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_61'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_62>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_62> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_62> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_62>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_62>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_62" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_62'^^xsd:string;
  dwc:scientificName 'Laevicardium oblongum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25.6'^^xsd:double;
  dwc:maximumDepth '25.6'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139006'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_62'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '139006'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_55>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_55> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_55> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_55>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.55)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_55>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_55" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_55'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.55'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25.6'^^xsd:double;
  dwc:maximumDepth '25.6'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_55'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_81>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_81> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_81> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "26.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_81>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_81>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_81" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_81'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.56'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '26.8'^^xsd:double;
  dwc:maximumDepth '26.8'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_81'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_82>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_82> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_82> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "26.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_82>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_82>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_82" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_82'^^xsd:string;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.56'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '26.8'^^xsd:double;
  dwc:maximumDepth '26.8'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_82'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_83>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_83> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_83> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "26.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_83>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_83>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_83" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_83'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.56'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '26.8'^^xsd:double;
  dwc:maximumDepth '26.8'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_83'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_86>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_86> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_86> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "26.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_86>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_86>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_86" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_86'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.56'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '26.8'^^xsd:double;
  dwc:maximumDepth '26.8'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_86'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_89>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_89> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_89> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "26.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_89>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_89>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_89" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_89'^^xsd:string;
  dwc:scientificName 'Pecten jacobaeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.56'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '26.8'^^xsd:double;
  dwc:maximumDepth '26.8'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '394429'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_89'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '394429'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_90>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_90> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_90> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "26.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_90>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_90>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_90" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_90'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.56'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '26.8'^^xsd:double;
  dwc:maximumDepth '26.8'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_90'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_92>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_92> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_92> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "26.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_92>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_92>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_92" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_92'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.56'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '26.8'^^xsd:double;
  dwc:maximumDepth '26.8'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_92'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_93>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_93> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_93> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "26.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_93>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_93>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_93" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_93'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.56'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '26.8'^^xsd:double;
  dwc:maximumDepth '26.8'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_93'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_94>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_94> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_94> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "26.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_94>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_94>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_94" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_94'^^xsd:string;
  dwc:scientificName 'Psammechinus microtuberculatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.56'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '26.8'^^xsd:double;
  dwc:maximumDepth '26.8'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124318'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_94'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '124318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_95>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_95> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_95> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "26.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_95>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_95>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_95" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_95'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.56'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '26.8'^^xsd:double;
  dwc:maximumDepth '26.8'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_95'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_75>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_75> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_75> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "26.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_75>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_75>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_75" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_75'^^xsd:string;
  dwc:scientificName 'Suberites domuncula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.56'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '26.8'^^xsd:double;
  dwc:maximumDepth '26.8'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134282'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_75'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '134282'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_77>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_77> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_77> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "26.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_77>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_77>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_77" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_77'^^xsd:string;
  dwc:scientificName 'Calliactis parasitica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.56'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '26.8'^^xsd:double;
  dwc:maximumDepth '26.8'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100946'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_77'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '100946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_80>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_80> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_80> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "26.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_80>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_80>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_80" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_80'^^xsd:string;
  dwc:scientificName 'Paguristes eremita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.56'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '26.8'^^xsd:double;
  dwc:maximumDepth '26.8'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_80'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '107200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_97>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_97> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_97> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "26.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_97>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_97>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_97" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_97'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.56'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '26.8'^^xsd:double;
  dwc:maximumDepth '26.8'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_97'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_99>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_99> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_99> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^xsd:decimal ;
  dwc:decimalLongitude "12.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "26.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_99>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 12.56)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "12.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_99>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_99" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_99'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.56'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '26.8'^^xsd:double;
  dwc:maximumDepth '26.8'^^xsd:double;
  dwc:occurrenceRemarks 'shells outcroppings. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_99'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_353'^^xsd:string;
  dwc:scientificName 'Amphianthus dohrnii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.59'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100936'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_353'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '100936'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_356'^^xsd:string;
  dwc:scientificName 'Squilla mantis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.59'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '136137'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_356'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '136137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_367'^^xsd:string;
  dwc:scientificName 'Tritia reticulata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.59'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '876821'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_367'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '876821'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_369'^^xsd:string;
  dwc:scientificName 'Philine aperta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.59'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '574582'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_369'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '574582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_370'^^xsd:string;
  dwc:scientificName 'Anadara corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.59'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138783'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_370'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '138783'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_372'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.59'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_372'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_373'^^xsd:string;
  dwc:scientificName 'Pecten jacobaeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.59'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '394429'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_373'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '394429'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_375'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.59'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_375'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_376'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.59'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_376'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_377'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.59'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_377'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_357'^^xsd:string;
  dwc:scientificName 'Penaeus kerathurus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.59'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '246388'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_357'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '1809195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_358'^^xsd:string;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.59'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_358'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_359'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.59'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_359'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_360'^^xsd:string;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.59'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_360'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_361'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.59'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_361'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_362'^^xsd:string;
  dwc:scientificName 'Liocarcinus vernalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.59'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107394'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_362'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '1750288'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_363'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.59'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_363'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_364'^^xsd:string;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.59'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_364'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_365'^^xsd:string;
  dwc:scientificName 'Naticarius stercusmuscarum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.59'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '720574'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_365'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '720574'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters "17"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.59)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_366'^^xsd:string;
  dwc:scientificName 'Tritia mutabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.59'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:maximumDepth '17'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '876840'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_366'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '876840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_342'^^xsd:string;
  dwc:scientificName 'Tritia reticulata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.61'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '876821'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_342'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '876821'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_343'^^xsd:string;
  dwc:scientificName 'Nassarius cuvierii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.61'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140495'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_343'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '1748592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_346'^^xsd:string;
  dwc:scientificName 'Atrina pectinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.61'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140779'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_346'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '140779'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_347'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.61'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_347'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_348'^^xsd:string;
  dwc:scientificName 'Pecten jacobaeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.61'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '394429'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_348'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '394429'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_349'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.61'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_349'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_350'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.61'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_350'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_351'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.61'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_351'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_352'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.61'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_352'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_339'^^xsd:string;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.61'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_339'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_340'^^xsd:string;
  dwc:scientificName 'Naticarius stercusmuscarum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.61'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '720574'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_340'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '720574'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_328'^^xsd:string;
  dwc:scientificName 'Amphianthus dohrnii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.61'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100936'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_328'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '100936'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_329'^^xsd:string;
  dwc:scientificName 'Virgularia mirabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.61'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '128539'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_329'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '128539'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_330'^^xsd:string;
  dwc:scientificName 'Aphrodita aculeata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.61'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '129840'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_330'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '129840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_331'^^xsd:string;
  dwc:scientificName 'Squilla mantis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.61'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '136137'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_331'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '136137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_334'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.61'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_334'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_335'^^xsd:string;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.61'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_335'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_336'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.61'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_336'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_337'^^xsd:string;
  dwc:scientificName 'Liocarcinus vernalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.61'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107394'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_337'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '1750288'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.94"^^xsd:decimal ;
  dwc:decimalLongitude "12.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.94 12.61)"^^geo:wktLiteral ;
  geo-pos:lat "44.94"^^xsd:decimal ;
  geo-pos:long "12.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_338'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.61'^^xsd:double;
  dwc:latitude '44.94'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Gracilaria compressa, Codium dichotomum. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_338'^^xsd:string;
  dwc:observationDate '1982-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 12.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "12.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 12.69)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "12.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_578'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.69'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '28.2'^^xsd:double;
  dwc:maximumDepth '28.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_578'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 12.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "12.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 12.69)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "12.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_579'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.69'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '28.2'^^xsd:double;
  dwc:maximumDepth '28.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_579'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 12.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "12.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 12.69)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "12.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_580'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.69'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '28.2'^^xsd:double;
  dwc:maximumDepth '28.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_580'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 12.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "12.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 12.69)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "12.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_582'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.69'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '28.2'^^xsd:double;
  dwc:maximumDepth '28.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_582'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 12.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "12.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 12.69)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "12.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_583'^^xsd:string;
  dwc:scientificName 'Philine aperta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.69'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '28.2'^^xsd:double;
  dwc:maximumDepth '28.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '574582'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_583'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '574582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 12.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "12.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 12.69)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "12.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_584'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.69'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '28.2'^^xsd:double;
  dwc:maximumDepth '28.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_584'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 12.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "12.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 12.69)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "12.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_585'^^xsd:string;
  dwc:scientificName 'Glossus humanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.69'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '28.2'^^xsd:double;
  dwc:maximumDepth '28.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_585'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '140023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 12.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "12.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 12.69)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "12.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_586'^^xsd:string;
  dwc:scientificName 'Corbula gibba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.69'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '28.2'^^xsd:double;
  dwc:maximumDepth '28.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139410'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_586'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '378492'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 12.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "12.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 12.69)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "12.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_587'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.69'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '28.2'^^xsd:double;
  dwc:maximumDepth '28.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_587'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 12.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "12.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 12.69)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "12.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_588'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.69'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '28.2'^^xsd:double;
  dwc:maximumDepth '28.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_588'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 12.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "12.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 12.69)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "12.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_589'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.69'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '28.2'^^xsd:double;
  dwc:maximumDepth '28.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_589'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 12.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "12.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 12.69)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "12.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_575'^^xsd:string;
  dwc:scientificName 'Virgularia mirabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.69'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '28.2'^^xsd:double;
  dwc:maximumDepth '28.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '128539'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_575'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '128539'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 12.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "12.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 12.69)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "12.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_576'^^xsd:string;
  dwc:scientificName 'Sternaspis scutata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.69'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '28.2'^^xsd:double;
  dwc:maximumDepth '28.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '131242'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_576'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '131242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 12.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "12.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 12.69)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "12.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_577'^^xsd:string;
  dwc:scientificName 'Squilla mantis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.69'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '28.2'^^xsd:double;
  dwc:maximumDepth '28.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '136137'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_577'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '136137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "33"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_573'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.7'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '33'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_573'^^xsd:string;
  dwc:observationDate '1982-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "33"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_560'^^xsd:string;
  dwc:scientificName 'Virgularia mirabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.7'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '33'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '128539'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_560'^^xsd:string;
  dwc:observationDate '1982-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '128539'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "33"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_561'^^xsd:string;
  dwc:scientificName 'Sternaspis scutata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.7'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '33'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '131242'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_561'^^xsd:string;
  dwc:observationDate '1982-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '131242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "33"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_563'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.7'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '33'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_563'^^xsd:string;
  dwc:observationDate '1982-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "33"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_565'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.7'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '33'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_565'^^xsd:string;
  dwc:observationDate '1982-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "33"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_566'^^xsd:string;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.7'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '33'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_566'^^xsd:string;
  dwc:observationDate '1982-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "33"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_568'^^xsd:string;
  dwc:scientificName 'Philine aperta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.7'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '33'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '574582'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_568'^^xsd:string;
  dwc:observationDate '1982-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '574582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "33"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_569'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.7'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '33'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_569'^^xsd:string;
  dwc:observationDate '1982-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "33"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_571'^^xsd:string;
  dwc:scientificName 'Corbula gibba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.7'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '33'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139410'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_571'^^xsd:string;
  dwc:observationDate '1982-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '378492'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "33"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_572'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.7'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '33'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_572'^^xsd:string;
  dwc:observationDate '1982-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "33"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_574'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.7'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '33'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_574'^^xsd:string;
  dwc:observationDate '1982-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_131'^^xsd:string;
  dwc:scientificName 'Suberites domuncula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.72'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134282'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_131'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '134282'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_132'^^xsd:string;
  dwc:scientificName 'Haliclona (Haliclona) simulans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.72'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132858'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_132'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '132858'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_157'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.72'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_157'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_158'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.72'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_158'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_145'^^xsd:string;
  dwc:scientificName 'Hadriania craticulata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.72'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '387245'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_145'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '1591032'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_146'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.72'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_146'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_149'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.72'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_149'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_151'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.72'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_151'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_152'^^xsd:string;
  dwc:scientificName 'Sphaerechinus granularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.72'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124427'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_152'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '124427'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_153'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.72'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_153'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_154'^^xsd:string;
  dwc:scientificName 'Psammechinus microtuberculatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.72'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124318'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_154'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '124318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_155'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.72'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_155'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_156'^^xsd:string;
  dwc:scientificName 'Ophiothrix quinquemaculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.72'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '181534'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_156'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '181534'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_133'^^xsd:string;
  dwc:scientificName 'Calliactis parasitica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.72'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100946'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_133'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '100946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_134'^^xsd:string;
  dwc:scientificName 'Aphrodita aculeata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.72'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '129840'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_134'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '129840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_135'^^xsd:string;
  dwc:scientificName 'Squilla mantis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.72'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '136137'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_135'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '136137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_136'^^xsd:string;
  dwc:scientificName 'Paguristes eremita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.72'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_136'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '107200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_138'^^xsd:string;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.72'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_138'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_139'^^xsd:string;
  dwc:scientificName 'Corystes cassivelaunus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.72'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107277'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_139'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '107277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_140'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.72'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_140'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_142'^^xsd:string;
  dwc:scientificName 'Gibbula magus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.72'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141790'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_142'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '141790'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_144'^^xsd:string;
  dwc:scientificName 'Bolinus brandaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.72'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140389'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_144'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '140389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.72)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_137'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.72'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_137'^^xsd:string;
  dwc:observationDate '1982-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_126'^^xsd:string;
  dwc:scientificName 'Ophiothrix quinquemaculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '24.8'^^xsd:double;
  dwc:maximumDepth '24.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '181534'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_126'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '181534'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_127'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '24.8'^^xsd:double;
  dwc:maximumDepth '24.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_127'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_128> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_128'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '24.8'^^xsd:double;
  dwc:maximumDepth '24.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_128'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_129'^^xsd:string;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '24.8'^^xsd:double;
  dwc:maximumDepth '24.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_129'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_130'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '24.8'^^xsd:double;
  dwc:maximumDepth '24.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_130'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_101'^^xsd:string;
  dwc:scientificName 'Suberites domuncula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '24.8'^^xsd:double;
  dwc:maximumDepth '24.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134282'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_101'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '134282'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_103'^^xsd:string;
  dwc:scientificName 'Calliactis parasitica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '24.8'^^xsd:double;
  dwc:maximumDepth '24.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100946'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_103'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '100946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_112> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_112'^^xsd:string;
  dwc:scientificName 'Gibbula magus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '24.8'^^xsd:double;
  dwc:maximumDepth '24.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141790'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_112'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '141790'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_113'^^xsd:string;
  dwc:scientificName 'Naticarius stercusmuscarum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '24.8'^^xsd:double;
  dwc:maximumDepth '24.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '720574'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_113'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '720574'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_114'^^xsd:string;
  dwc:scientificName 'Bolinus brandaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '24.8'^^xsd:double;
  dwc:maximumDepth '24.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140389'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_114'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '140389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_115'^^xsd:string;
  dwc:scientificName 'Hadriania craticulata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '24.8'^^xsd:double;
  dwc:maximumDepth '24.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '387245'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_115'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '1591032'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_116'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '24.8'^^xsd:double;
  dwc:maximumDepth '24.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_116'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_117'^^xsd:string;
  dwc:scientificName 'Flexopecten glaber'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '24.8'^^xsd:double;
  dwc:maximumDepth '24.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '236720'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_117'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '236720'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_118'^^xsd:string;
  dwc:scientificName 'Pecten jacobaeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '24.8'^^xsd:double;
  dwc:maximumDepth '24.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '394429'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_118'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '394429'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_120'^^xsd:string;
  dwc:scientificName 'Laevicardium oblongum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '24.8'^^xsd:double;
  dwc:maximumDepth '24.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139006'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_120'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '139006'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_121'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '24.8'^^xsd:double;
  dwc:maximumDepth '24.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_121'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_122'^^xsd:string;
  dwc:scientificName 'Sphaerechinus granularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '24.8'^^xsd:double;
  dwc:maximumDepth '24.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124427'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_122'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '124427'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_123'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '24.8'^^xsd:double;
  dwc:maximumDepth '24.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_123'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_124'^^xsd:string;
  dwc:scientificName 'Psammechinus microtuberculatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '24.8'^^xsd:double;
  dwc:maximumDepth '24.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124318'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_124'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '124318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_125'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '24.8'^^xsd:double;
  dwc:maximumDepth '24.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_125'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_104'^^xsd:string;
  dwc:scientificName 'Aphrodita aculeata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '24.8'^^xsd:double;
  dwc:maximumDepth '24.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '129840'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_104'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '129840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_106'^^xsd:string;
  dwc:scientificName 'Paguristes eremita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '24.8'^^xsd:double;
  dwc:maximumDepth '24.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_106'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '107200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_107'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '24.8'^^xsd:double;
  dwc:maximumDepth '24.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_107'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_108'^^xsd:string;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '24.8'^^xsd:double;
  dwc:maximumDepth '24.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_108'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_110'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '24.8'^^xsd:double;
  dwc:maximumDepth '24.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_110'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "24.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 12.75)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_111'^^xsd:string;
  dwc:scientificName 'Pilumnus hirtellus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.75'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '24.8'^^xsd:double;
  dwc:maximumDepth '24.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107418'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_111'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '107418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "39.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "39.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_601'^^xsd:string;
  dwc:scientificName 'Philine aperta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.8'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '39.4'^^xsd:double;
  dwc:maximumDepth '39.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '574582'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_601'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '574582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "39.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "39.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_602'^^xsd:string;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.8'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '39.4'^^xsd:double;
  dwc:maximumDepth '39.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_602'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "39.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "39.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_603'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.8'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '39.4'^^xsd:double;
  dwc:maximumDepth '39.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_603'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "39.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "39.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_607'^^xsd:string;
  dwc:scientificName 'Corbula gibba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.8'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '39.4'^^xsd:double;
  dwc:maximumDepth '39.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139410'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_607'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '378492'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "39.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "39.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_608'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.8'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '39.4'^^xsd:double;
  dwc:maximumDepth '39.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_608'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "39.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "39.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_609'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.8'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '39.4'^^xsd:double;
  dwc:maximumDepth '39.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_609'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "39.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "39.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_610'^^xsd:string;
  dwc:scientificName 'Leptopentacta elongata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.8'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '39.4'^^xsd:double;
  dwc:maximumDepth '39.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124635'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_610'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1474372'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "39.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "39.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_611'^^xsd:string;
  dwc:scientificName 'Leptopentacta tergestina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.8'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '39.4'^^xsd:double;
  dwc:maximumDepth '39.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124636'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_611'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1474379'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "39.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "39.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_615'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.8'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '39.4'^^xsd:double;
  dwc:maximumDepth '39.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_615'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "39.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "39.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_600'^^xsd:string;
  dwc:scientificName 'Fusinus rostratus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.8'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '39.4'^^xsd:double;
  dwc:maximumDepth '39.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139931'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_600'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '448958'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "39.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "39.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_596'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.8'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '39.4'^^xsd:double;
  dwc:maximumDepth '39.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_596'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "39.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "39.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_597'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.8'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '39.4'^^xsd:double;
  dwc:maximumDepth '39.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_597'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "39.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "39.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_598'^^xsd:string;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.8'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '39.4'^^xsd:double;
  dwc:maximumDepth '39.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_598'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "39.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "39.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_599'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.8'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '39.4'^^xsd:double;
  dwc:maximumDepth '39.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_599'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "39.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "39.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_590'^^xsd:string;
  dwc:scientificName 'Suberites domuncula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.8'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '39.4'^^xsd:double;
  dwc:maximumDepth '39.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134282'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_590'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '134282'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "39.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "39.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_591'^^xsd:string;
  dwc:scientificName 'Calliactis parasitica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.8'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '39.4'^^xsd:double;
  dwc:maximumDepth '39.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100946'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_591'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '100946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "39.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "39.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_592'^^xsd:string;
  dwc:scientificName 'Sternaspis scutata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.8'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '39.4'^^xsd:double;
  dwc:maximumDepth '39.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '131242'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_592'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '131242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "39.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "39.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_593'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.8'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '39.4'^^xsd:double;
  dwc:maximumDepth '39.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_593'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "12.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "39.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "39.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 12.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "12.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_594'^^xsd:string;
  dwc:scientificName 'Dardanus arrosor'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.8'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:minimumDepth '39.4'^^xsd:double;
  dwc:maximumDepth '39.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107197'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_594'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '107197'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "12.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "12.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_378'^^xsd:string;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.84'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_378'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "12.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "12.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_379'^^xsd:string;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.84'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_379'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "12.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "12.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_380'^^xsd:string;
  dwc:scientificName 'Virgularia mirabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.84'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '128539'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_380'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '128539'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "12.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "12.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_381'^^xsd:string;
  dwc:scientificName 'Squilla mantis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.84'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '136137'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_381'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '136137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "12.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "12.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_382'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.84'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_382'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "12.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "12.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_383'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.84'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_383'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "12.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "12.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_384'^^xsd:string;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.84'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_384'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "12.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "12.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_385'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.84'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_385'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "12.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "12.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_386'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.84'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_386'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "12.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "12.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_388'^^xsd:string;
  dwc:scientificName 'Philine aperta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.84'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '574582'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_388'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '574582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "12.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "12.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_389'^^xsd:string;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.84'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_389'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "12.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "12.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_390'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.84'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_390'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "12.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "12.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_391'^^xsd:string;
  dwc:scientificName 'Glossus humanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.84'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_391'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '140023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_392> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "12.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "12.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_392'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.84'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_392'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "12.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "12.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_393'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.84'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_393'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "12.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "12.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_394'^^xsd:string;
  dwc:scientificName 'Ophiothrix quinquemaculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.84'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '181534'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_394'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '181534'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "12.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "12.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_395'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.84'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_395'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "12.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 12.84)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "12.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_396'^^xsd:string;
  dwc:scientificName 'Polycitor adriaticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.84'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103625'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_396'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '103625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 12.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "12.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 12.85)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "12.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_416'^^xsd:string;
  dwc:scientificName 'Polycitor adriaticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.85'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '32.4'^^xsd:double;
  dwc:maximumDepth '32.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103625'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_416'^^xsd:string;
  dwc:observationDate '1982-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '103625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 12.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "12.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 12.85)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "12.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_417'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.85'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '32.4'^^xsd:double;
  dwc:maximumDepth '32.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_417'^^xsd:string;
  dwc:observationDate '1982-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 12.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "12.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 12.85)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "12.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_413'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.85'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '32.4'^^xsd:double;
  dwc:maximumDepth '32.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_413'^^xsd:string;
  dwc:observationDate '1982-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 12.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "12.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 12.85)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "12.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_398'^^xsd:string;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.85'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '32.4'^^xsd:double;
  dwc:maximumDepth '32.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_398'^^xsd:string;
  dwc:observationDate '1982-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 12.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "12.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 12.85)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "12.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_401'^^xsd:string;
  dwc:scientificName 'Squilla mantis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.85'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '32.4'^^xsd:double;
  dwc:maximumDepth '32.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '136137'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_401'^^xsd:string;
  dwc:observationDate '1982-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '136137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 12.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "12.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 12.85)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "12.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_405'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.85'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '32.4'^^xsd:double;
  dwc:maximumDepth '32.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_405'^^xsd:string;
  dwc:observationDate '1982-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 12.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "12.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 12.85)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "12.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_406'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.85'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '32.4'^^xsd:double;
  dwc:maximumDepth '32.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_406'^^xsd:string;
  dwc:observationDate '1982-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 12.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "12.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 12.85)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "12.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_407'^^xsd:string;
  dwc:scientificName 'Fusinus rostratus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.85'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '32.4'^^xsd:double;
  dwc:maximumDepth '32.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139931'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_407'^^xsd:string;
  dwc:observationDate '1982-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '448958'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 12.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "12.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 12.85)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "12.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_411'^^xsd:string;
  dwc:scientificName 'Glossus humanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.85'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '32.4'^^xsd:double;
  dwc:maximumDepth '32.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_411'^^xsd:string;
  dwc:observationDate '1982-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '140023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 12.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "12.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 12.85)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "12.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_412'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.85'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '32.4'^^xsd:double;
  dwc:maximumDepth '32.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_412'^^xsd:string;
  dwc:observationDate '1982-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_201'^^xsd:string;
  dwc:scientificName 'Psammechinus microtuberculatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.87'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124318'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_201'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '124318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_202'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.87'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_202'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_203'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.87'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_203'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_204'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.87'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_204'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_195'^^xsd:string;
  dwc:scientificName 'Anomia ephippium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.87'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138748'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_195'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '138748'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_196'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.87'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_196'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_199'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.87'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_199'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_200'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.87'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_200'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_183'^^xsd:string;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.87'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_183'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_185'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.87'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_185'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_186'^^xsd:string;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.87'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_186'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_187> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_187'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.87'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_187'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_189'^^xsd:string;
  dwc:scientificName 'Calyptraea chinensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.87'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138961'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_189'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '138961'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_190'^^xsd:string;
  dwc:scientificName 'Fusinus rostratus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.87'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139931'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_190'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '448958'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_192'^^xsd:string;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.87'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_192'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_193'^^xsd:string;
  dwc:scientificName 'Atrina pectinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.87'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140779'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_193'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '140779'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.27"^^xsd:decimal ;
  dwc:decimalLongitude "12.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.27 12.87)"^^geo:wktLiteral ;
  geo-pos:lat "45.27"^^xsd:decimal ;
  geo-pos:long "12.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_194'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.87'^^xsd:double;
  dwc:latitude '45.27'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_194'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_470> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.45 12.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.45"^^xsd:decimal ;
  dwc:decimalLongitude "12.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.45 12.89)"^^geo:wktLiteral ;
  geo-pos:lat "44.45"^^xsd:decimal ;
  geo-pos:long "12.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_470'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.89'^^xsd:double;
  dwc:latitude '44.45'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_470'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.45 12.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.45"^^xsd:decimal ;
  dwc:decimalLongitude "12.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.45 12.89)"^^geo:wktLiteral ;
  geo-pos:lat "44.45"^^xsd:decimal ;
  geo-pos:long "12.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_471'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.89'^^xsd:double;
  dwc:latitude '44.45'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_471'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.45 12.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.45"^^xsd:decimal ;
  dwc:decimalLongitude "12.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.45 12.89)"^^geo:wktLiteral ;
  geo-pos:lat "44.45"^^xsd:decimal ;
  geo-pos:long "12.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_472'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.89'^^xsd:double;
  dwc:latitude '44.45'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_472'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.45 12.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.45"^^xsd:decimal ;
  dwc:decimalLongitude "12.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.45 12.89)"^^geo:wktLiteral ;
  geo-pos:lat "44.45"^^xsd:decimal ;
  geo-pos:long "12.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_473'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.89'^^xsd:double;
  dwc:latitude '44.45'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_473'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  geo-pos:lat "45.19"^^xsd:decimal ;
  geo-pos:long "12.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_168'^^xsd:string;
  dwc:scientificName 'Fusinus rostratus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.89'^^xsd:double;
  dwc:latitude '45.19'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139931'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_168'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '448958'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  geo-pos:lat "45.19"^^xsd:decimal ;
  geo-pos:long "12.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_169'^^xsd:string;
  dwc:scientificName 'Philine aperta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.89'^^xsd:double;
  dwc:latitude '45.19'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '574582'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_169'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '574582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  geo-pos:lat "45.19"^^xsd:decimal ;
  geo-pos:long "12.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_170'^^xsd:string;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.89'^^xsd:double;
  dwc:latitude '45.19'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_170'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  geo-pos:lat "45.19"^^xsd:decimal ;
  geo-pos:long "12.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_171'^^xsd:string;
  dwc:scientificName 'Atrina pectinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.89'^^xsd:double;
  dwc:latitude '45.19'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140779'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_171'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '140779'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  geo-pos:lat "45.19"^^xsd:decimal ;
  geo-pos:long "12.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_173'^^xsd:string;
  dwc:scientificName 'Anomia ephippium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.89'^^xsd:double;
  dwc:latitude '45.19'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138748'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_173'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '138748'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  geo-pos:lat "45.19"^^xsd:decimal ;
  geo-pos:long "12.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_174'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.89'^^xsd:double;
  dwc:latitude '45.19'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_174'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  geo-pos:lat "45.19"^^xsd:decimal ;
  geo-pos:long "12.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_175'^^xsd:string;
  dwc:scientificName 'Timoclea ovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.89'^^xsd:double;
  dwc:latitude '45.19'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_175'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '141929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  geo-pos:lat "45.19"^^xsd:decimal ;
  geo-pos:long "12.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_176'^^xsd:string;
  dwc:scientificName 'Corbula gibba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.89'^^xsd:double;
  dwc:latitude '45.19'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139410'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_176'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '378492'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  geo-pos:lat "45.19"^^xsd:decimal ;
  geo-pos:long "12.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_177'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.89'^^xsd:double;
  dwc:latitude '45.19'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_177'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  geo-pos:lat "45.19"^^xsd:decimal ;
  geo-pos:long "12.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_178'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.89'^^xsd:double;
  dwc:latitude '45.19'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_178'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  geo-pos:lat "45.19"^^xsd:decimal ;
  geo-pos:long "12.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_180'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.89'^^xsd:double;
  dwc:latitude '45.19'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_180'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  geo-pos:lat "45.19"^^xsd:decimal ;
  geo-pos:long "12.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_181'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.89'^^xsd:double;
  dwc:latitude '45.19'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_181'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  geo-pos:lat "45.19"^^xsd:decimal ;
  geo-pos:long "12.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_182'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.89'^^xsd:double;
  dwc:latitude '45.19'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_182'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  geo-pos:lat "45.19"^^xsd:decimal ;
  geo-pos:long "12.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_161'^^xsd:string;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.89'^^xsd:double;
  dwc:latitude '45.19'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_161'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  geo-pos:lat "45.19"^^xsd:decimal ;
  geo-pos:long "12.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_162'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.89'^^xsd:double;
  dwc:latitude '45.19'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_162'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  geo-pos:lat "45.19"^^xsd:decimal ;
  geo-pos:long "12.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_163'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.89'^^xsd:double;
  dwc:latitude '45.19'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_163'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  geo-pos:lat "45.19"^^xsd:decimal ;
  geo-pos:long "12.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_164'^^xsd:string;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.89'^^xsd:double;
  dwc:latitude '45.19'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_164'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  geo-pos:lat "45.19"^^xsd:decimal ;
  geo-pos:long "12.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_165'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.89'^^xsd:double;
  dwc:latitude '45.19'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_165'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  geo-pos:lat "45.19"^^xsd:decimal ;
  geo-pos:long "12.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_166'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.89'^^xsd:double;
  dwc:latitude '45.19'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_166'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.19"^^xsd:decimal ;
  dwc:decimalLongitude "12.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.19 12.89)"^^geo:wktLiteral ;
  geo-pos:lat "45.19"^^xsd:decimal ;
  geo-pos:long "12.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_167'^^xsd:string;
  dwc:scientificName 'Calyptraea chinensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.89'^^xsd:double;
  dwc:latitude '45.19'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138961'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_167'^^xsd:string;
  dwc:observationDate '1982-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '138961'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 12.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "12.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 12.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "12.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_642'^^xsd:string;
  dwc:scientificName 'Anseropoda placenta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.9'^^xsd:double;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123985'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_642'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '123985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 12.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "12.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 12.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "12.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_621'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.9'^^xsd:double;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_621'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 12.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "12.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 12.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "12.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_623'^^xsd:string;
  dwc:scientificName 'Dromia personata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.9'^^xsd:double;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107258'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_623'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '107258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 12.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "12.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 12.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "12.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_624'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.9'^^xsd:double;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_624'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 12.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "12.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 12.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "12.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_632'^^xsd:string;
  dwc:scientificName 'Atrina pectinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.9'^^xsd:double;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140779'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_632'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '140779'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 12.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "12.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 12.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "12.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_633'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.9'^^xsd:double;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_633'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 12.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "12.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 12.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "12.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_634'^^xsd:string;
  dwc:scientificName 'Pecten jacobaeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.9'^^xsd:double;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '394429'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_634'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '394429'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 12.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "12.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 12.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "12.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_636'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.9'^^xsd:double;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_636'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 12.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "12.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 12.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "12.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_637'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.9'^^xsd:double;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_637'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 12.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "12.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 12.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "12.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_640'^^xsd:string;
  dwc:scientificName 'Psammechinus microtuberculatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.9'^^xsd:double;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124318'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_640'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '124318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 12.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "12.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 12.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "12.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_641'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.9'^^xsd:double;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_641'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 12.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "12.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 12.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "12.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_643'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.9'^^xsd:double;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_643'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_644> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 12.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "12.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 12.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "12.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_644'^^xsd:string;
  dwc:scientificName 'Ophiothrix quinquemaculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.9'^^xsd:double;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '181534'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_644'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '181534'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 12.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "12.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 12.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "12.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_645'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.9'^^xsd:double;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_645'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.49"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.49"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_492'^^xsd:string;
  dwc:scientificName 'Anseropoda placenta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.49'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123985'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_492'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '123985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.49"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.49"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_493'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.49'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_493'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.49"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.49"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_480'^^xsd:string;
  dwc:scientificName 'Capulus ungaricus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.49'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138984'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_480'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '138984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.49"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.49"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_481'^^xsd:string;
  dwc:scientificName 'Bolinus brandaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.49'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140389'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_481'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '140389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.49"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.49"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_482'^^xsd:string;
  dwc:scientificName 'Atrina pectinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.49'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140779'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_482'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '140779'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.49"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.49"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_483'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.49'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_483'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.49"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.49"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_484'^^xsd:string;
  dwc:scientificName 'Anomia ephippium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.49'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138748'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_484'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '138748'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.49"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.49"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_485'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.49'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_485'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.49"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.49"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_486'^^xsd:string;
  dwc:scientificName 'Holothuria (Holothuria) tubulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.49'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125182'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_486'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '125182'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.49"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.49"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_487'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.49'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_487'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.49"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.49"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_488'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.49'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_488'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.49"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.49"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_474'^^xsd:string;
  dwc:scientificName 'Calliactis parasitica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.49'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100946'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_474'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '100946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.49"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.49"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_475'^^xsd:string;
  dwc:scientificName 'Laetmonice hystrix'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.49'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '129845'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_475'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '129845'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.49"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.49"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_476'^^xsd:string;
  dwc:scientificName 'Squilla mantis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.49'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '136137'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_476'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '136137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.49"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.49"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_477'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.49'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_477'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.49"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.49"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_478'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.49'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_478'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.49"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.49"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_491'^^xsd:string;
  dwc:scientificName 'Echinaster (Echinaster) sepositus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.49'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_491'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '125161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.49"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.49"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_489'^^xsd:string;
  dwc:scientificName 'Thyone cherbonnieri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.49'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124667'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_489'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '124667'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.49"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.49"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_490'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.49'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_490'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.49"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.49"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_479'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.49'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_479'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.49"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.49 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.49"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_494'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.49'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_494'^^xsd:string;
  dwc:observationDate '1982-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "40.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_513'^^xsd:string;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '40.6'^^xsd:double;
  dwc:maximumDepth '40.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_513'^^xsd:string;
  dwc:observationDate '1982-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "40.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_514'^^xsd:string;
  dwc:scientificName 'Squilla mantis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '40.6'^^xsd:double;
  dwc:maximumDepth '40.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '136137'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_514'^^xsd:string;
  dwc:observationDate '1982-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '136137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "40.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_515'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '40.6'^^xsd:double;
  dwc:maximumDepth '40.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_515'^^xsd:string;
  dwc:observationDate '1982-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "40.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_516'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '40.6'^^xsd:double;
  dwc:maximumDepth '40.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_516'^^xsd:string;
  dwc:observationDate '1982-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "40.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_517'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '40.6'^^xsd:double;
  dwc:maximumDepth '40.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_517'^^xsd:string;
  dwc:observationDate '1982-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "40.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_518'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '40.6'^^xsd:double;
  dwc:maximumDepth '40.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_518'^^xsd:string;
  dwc:observationDate '1982-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "40.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_519'^^xsd:string;
  dwc:scientificName 'Holothuria (Holothuria) tubulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '40.6'^^xsd:double;
  dwc:maximumDepth '40.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125182'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_519'^^xsd:string;
  dwc:observationDate '1982-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '125182'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "40.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_520'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '40.6'^^xsd:double;
  dwc:maximumDepth '40.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_520'^^xsd:string;
  dwc:observationDate '1982-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "40.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_521'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '40.6'^^xsd:double;
  dwc:maximumDepth '40.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_521'^^xsd:string;
  dwc:observationDate '1982-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "40.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_522'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '40.6'^^xsd:double;
  dwc:maximumDepth '40.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_522'^^xsd:string;
  dwc:observationDate '1982-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "40.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 12.92)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_523'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '12.92'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '40.6'^^xsd:double;
  dwc:maximumDepth '40.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_523'^^xsd:string;
  dwc:observationDate '1982-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.03"^^xsd:decimal ;
  dwc:decimalLongitude "13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  geo-pos:lat "45.03"^^xsd:decimal ;
  geo-pos:long "13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_426'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13'^^xsd:integer;
  dwc:latitude '45.03'^^xsd:double;
  dwc:minimumDepth '34.4'^^xsd:double;
  dwc:maximumDepth '34.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_426'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.03"^^xsd:decimal ;
  dwc:decimalLongitude "13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  geo-pos:lat "45.03"^^xsd:decimal ;
  geo-pos:long "13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_427'^^xsd:string;
  dwc:scientificName 'Fusinus rostratus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13'^^xsd:integer;
  dwc:latitude '45.03'^^xsd:double;
  dwc:minimumDepth '34.4'^^xsd:double;
  dwc:maximumDepth '34.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139931'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_427'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '448958'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.03"^^xsd:decimal ;
  dwc:decimalLongitude "13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  geo-pos:lat "45.03"^^xsd:decimal ;
  geo-pos:long "13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_428'^^xsd:string;
  dwc:scientificName 'Scaphander lignarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13'^^xsd:integer;
  dwc:latitude '45.03'^^xsd:double;
  dwc:minimumDepth '34.4'^^xsd:double;
  dwc:maximumDepth '34.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139488'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_428'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '139488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.03"^^xsd:decimal ;
  dwc:decimalLongitude "13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  geo-pos:lat "45.03"^^xsd:decimal ;
  geo-pos:long "13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_429'^^xsd:string;
  dwc:scientificName 'Philine aperta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13'^^xsd:integer;
  dwc:latitude '45.03'^^xsd:double;
  dwc:minimumDepth '34.4'^^xsd:double;
  dwc:maximumDepth '34.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '574582'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_429'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '574582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.03"^^xsd:decimal ;
  dwc:decimalLongitude "13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  geo-pos:lat "45.03"^^xsd:decimal ;
  geo-pos:long "13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_430'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13'^^xsd:integer;
  dwc:latitude '45.03'^^xsd:double;
  dwc:minimumDepth '34.4'^^xsd:double;
  dwc:maximumDepth '34.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_430'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.03"^^xsd:decimal ;
  dwc:decimalLongitude "13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  geo-pos:lat "45.03"^^xsd:decimal ;
  geo-pos:long "13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_431'^^xsd:string;
  dwc:scientificName 'Anomia ephippium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13'^^xsd:integer;
  dwc:latitude '45.03'^^xsd:double;
  dwc:minimumDepth '34.4'^^xsd:double;
  dwc:maximumDepth '34.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138748'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_431'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '138748'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.03"^^xsd:decimal ;
  dwc:decimalLongitude "13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  geo-pos:lat "45.03"^^xsd:decimal ;
  geo-pos:long "13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_432'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13'^^xsd:integer;
  dwc:latitude '45.03'^^xsd:double;
  dwc:minimumDepth '34.4'^^xsd:double;
  dwc:maximumDepth '34.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_432'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.03"^^xsd:decimal ;
  dwc:decimalLongitude "13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  geo-pos:lat "45.03"^^xsd:decimal ;
  geo-pos:long "13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_433'^^xsd:string;
  dwc:scientificName 'Timoclea ovata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13'^^xsd:integer;
  dwc:latitude '45.03'^^xsd:double;
  dwc:minimumDepth '34.4'^^xsd:double;
  dwc:maximumDepth '34.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_433'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '141929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.03"^^xsd:decimal ;
  dwc:decimalLongitude "13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  geo-pos:lat "45.03"^^xsd:decimal ;
  geo-pos:long "13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_434'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13'^^xsd:integer;
  dwc:latitude '45.03'^^xsd:double;
  dwc:minimumDepth '34.4'^^xsd:double;
  dwc:maximumDepth '34.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_434'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_435> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.03"^^xsd:decimal ;
  dwc:decimalLongitude "13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  geo-pos:lat "45.03"^^xsd:decimal ;
  geo-pos:long "13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_435'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13'^^xsd:integer;
  dwc:latitude '45.03'^^xsd:double;
  dwc:minimumDepth '34.4'^^xsd:double;
  dwc:maximumDepth '34.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_435'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.03"^^xsd:decimal ;
  dwc:decimalLongitude "13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  geo-pos:lat "45.03"^^xsd:decimal ;
  geo-pos:long "13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_436'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13'^^xsd:integer;
  dwc:latitude '45.03'^^xsd:double;
  dwc:minimumDepth '34.4'^^xsd:double;
  dwc:maximumDepth '34.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_436'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.03"^^xsd:decimal ;
  dwc:decimalLongitude "13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  geo-pos:lat "45.03"^^xsd:decimal ;
  geo-pos:long "13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_437'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13'^^xsd:integer;
  dwc:latitude '45.03'^^xsd:double;
  dwc:minimumDepth '34.4'^^xsd:double;
  dwc:maximumDepth '34.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_437'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.03"^^xsd:decimal ;
  dwc:decimalLongitude "13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  geo-pos:lat "45.03"^^xsd:decimal ;
  geo-pos:long "13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_438'^^xsd:string;
  dwc:scientificName 'Polycitor adriaticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13'^^xsd:integer;
  dwc:latitude '45.03'^^xsd:double;
  dwc:minimumDepth '34.4'^^xsd:double;
  dwc:maximumDepth '34.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103625'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_438'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '103625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.03"^^xsd:decimal ;
  dwc:decimalLongitude "13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  geo-pos:lat "45.03"^^xsd:decimal ;
  geo-pos:long "13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_418'^^xsd:string;
  dwc:scientificName 'Suberites domuncula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13'^^xsd:integer;
  dwc:latitude '45.03'^^xsd:double;
  dwc:minimumDepth '34.4'^^xsd:double;
  dwc:maximumDepth '34.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134282'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_418'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '134282'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.03"^^xsd:decimal ;
  dwc:decimalLongitude "13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  geo-pos:lat "45.03"^^xsd:decimal ;
  geo-pos:long "13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_419'^^xsd:string;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13'^^xsd:integer;
  dwc:latitude '45.03'^^xsd:double;
  dwc:minimumDepth '34.4'^^xsd:double;
  dwc:maximumDepth '34.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_419'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_420> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.03"^^xsd:decimal ;
  dwc:decimalLongitude "13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  geo-pos:lat "45.03"^^xsd:decimal ;
  geo-pos:long "13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_420'^^xsd:string;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13'^^xsd:integer;
  dwc:latitude '45.03'^^xsd:double;
  dwc:minimumDepth '34.4'^^xsd:double;
  dwc:maximumDepth '34.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_420'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.03"^^xsd:decimal ;
  dwc:decimalLongitude "13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  geo-pos:lat "45.03"^^xsd:decimal ;
  geo-pos:long "13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_421'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13'^^xsd:integer;
  dwc:latitude '45.03'^^xsd:double;
  dwc:minimumDepth '34.4'^^xsd:double;
  dwc:maximumDepth '34.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_421'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.03"^^xsd:decimal ;
  dwc:decimalLongitude "13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  geo-pos:lat "45.03"^^xsd:decimal ;
  geo-pos:long "13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_422'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13'^^xsd:integer;
  dwc:latitude '45.03'^^xsd:double;
  dwc:minimumDepth '34.4'^^xsd:double;
  dwc:maximumDepth '34.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_422'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.03"^^xsd:decimal ;
  dwc:decimalLongitude "13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  geo-pos:lat "45.03"^^xsd:decimal ;
  geo-pos:long "13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_423'^^xsd:string;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13'^^xsd:integer;
  dwc:latitude '45.03'^^xsd:double;
  dwc:minimumDepth '34.4'^^xsd:double;
  dwc:maximumDepth '34.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_423'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.03"^^xsd:decimal ;
  dwc:decimalLongitude "13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.03 13)"^^geo:wktLiteral ;
  geo-pos:lat "45.03"^^xsd:decimal ;
  geo-pos:long "13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_425'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13'^^xsd:integer;
  dwc:latitude '45.03'^^xsd:double;
  dwc:minimumDepth '34.4'^^xsd:double;
  dwc:maximumDepth '34.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_425'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_858'^^xsd:string;
  dwc:scientificName 'Polititapes rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.01'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '745846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_858'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '745846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_859'^^xsd:string;
  dwc:scientificName 'Leptopentacta elongata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.01'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124635'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_859'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '1474372'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_860'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.01'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_860'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_861> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_861'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.01'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_861'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_838'^^xsd:string;
  dwc:scientificName 'Squilla mantis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.01'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '136137'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_838'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '136137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_839'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.01'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_839'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_840'^^xsd:string;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.01'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_840'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_841'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.01'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_841'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_842'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.01'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_842'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_843'^^xsd:string;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.01'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_843'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_844'^^xsd:string;
  dwc:scientificName 'Naticarius stercusmuscarum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.01'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '720574'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_844'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '720574'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_846'^^xsd:string;
  dwc:scientificName 'Bolinus brandaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.01'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140389'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_846'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '140389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_847'^^xsd:string;
  dwc:scientificName 'Hadriania craticulata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.01'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '387245'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_847'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '1591032'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_848'^^xsd:string;
  dwc:scientificName 'Tritia mutabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.01'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '876840'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_848'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '876840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_849'^^xsd:string;
  dwc:scientificName 'Philine aperta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.01'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '574582'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_849'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '574582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_850'^^xsd:string;
  dwc:scientificName 'Fimbria fimbriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.01'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '464161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_850'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '464161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_851'^^xsd:string;
  dwc:scientificName 'Pitar rudis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.01'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141926'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_851'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '141926'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_852'^^xsd:string;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.01'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_852'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_853'^^xsd:string;
  dwc:scientificName 'Atrina pectinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.01'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140779'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_853'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '140779'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_854'^^xsd:string;
  dwc:scientificName 'Flexopecten glaber glaber'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.01'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '236721'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_854'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '236720'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_855'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.01'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_855'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_856'^^xsd:string;
  dwc:scientificName 'Acanthocardia paucicostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.01'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138993'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_856'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '138993'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_857'^^xsd:string;
  dwc:scientificName 'Anadara corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.01'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138783'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_857'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '138783'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "13.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "13.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_837'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.02'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_837'^^xsd:string;
  dwc:observationDate '1982-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "13.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "13.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_823'^^xsd:string;
  dwc:scientificName 'Hadriania craticulata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.02'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '387245'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_823'^^xsd:string;
  dwc:observationDate '1982-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '1591032'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "13.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "13.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_824'^^xsd:string;
  dwc:scientificName 'Tritia mutabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.02'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '876840'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_824'^^xsd:string;
  dwc:observationDate '1982-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '876840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "13.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "13.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_825'^^xsd:string;
  dwc:scientificName 'Philine aperta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.02'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '574582'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_825'^^xsd:string;
  dwc:observationDate '1982-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '574582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "13.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "13.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_827'^^xsd:string;
  dwc:scientificName 'Pitar rudis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.02'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141926'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_827'^^xsd:string;
  dwc:observationDate '1982-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '141926'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "13.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "13.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_832'^^xsd:string;
  dwc:scientificName 'Acanthocardia paucicostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.02'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138993'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_832'^^xsd:string;
  dwc:observationDate '1982-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '138993'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "13.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "13.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_833'^^xsd:string;
  dwc:scientificName 'Anadara corbuloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.02'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138783'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_833'^^xsd:string;
  dwc:observationDate '1982-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '138783'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "13.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "13.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_834'^^xsd:string;
  dwc:scientificName 'Polititapes rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.02'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '745846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_834'^^xsd:string;
  dwc:observationDate '1982-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '745846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "13.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "13.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_835'^^xsd:string;
  dwc:scientificName 'Leptopentacta elongata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.02'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124635'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_835'^^xsd:string;
  dwc:observationDate '1982-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '1474372'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "13.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "13.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_836'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.02'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_836'^^xsd:string;
  dwc:observationDate '1982-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "13.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "13.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_822'^^xsd:string;
  dwc:scientificName 'Bolinus brandaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.02'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140389'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_822'^^xsd:string;
  dwc:observationDate '1982-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '140389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "13.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "13.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_814'^^xsd:string;
  dwc:scientificName 'Squilla mantis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.02'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '136137'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_814'^^xsd:string;
  dwc:observationDate '1982-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '136137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "13.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "13.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_815'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.02'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_815'^^xsd:string;
  dwc:observationDate '1982-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "13.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "13.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_816'^^xsd:string;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.02'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_816'^^xsd:string;
  dwc:observationDate '1982-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "13.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "13.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_817'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.02'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_817'^^xsd:string;
  dwc:observationDate '1982-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "13.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "13.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_818'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.02'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_818'^^xsd:string;
  dwc:observationDate '1982-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "13.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "13.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_819'^^xsd:string;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.02'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_819'^^xsd:string;
  dwc:observationDate '1982-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "13.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "13.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_820'^^xsd:string;
  dwc:scientificName 'Naticarius stercusmuscarum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.02'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '720574'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_820'^^xsd:string;
  dwc:observationDate '1982-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '720574'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "13.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "13.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 13.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "13.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_821'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.02'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:minimumDepth '13.8'^^xsd:double;
  dwc:maximumDepth '13.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_821'^^xsd:string;
  dwc:observationDate '1982-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_508'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_508'^^xsd:string;
  dwc:observationDate '1982-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_509'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_509'^^xsd:string;
  dwc:observationDate '1982-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_510'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_510'^^xsd:string;
  dwc:observationDate '1982-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_511'^^xsd:string;
  dwc:scientificName 'Aplidium conicum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103641'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_511'^^xsd:string;
  dwc:observationDate '1982-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '103641'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_512'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_512'^^xsd:string;
  dwc:observationDate '1982-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_503'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_503'^^xsd:string;
  dwc:observationDate '1982-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_504'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_504'^^xsd:string;
  dwc:observationDate '1982-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_505> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_505'^^xsd:string;
  dwc:scientificName 'Pecten jacobaeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '394429'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_505'^^xsd:string;
  dwc:observationDate '1982-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '394429'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_506'^^xsd:string;
  dwc:scientificName 'Holothuria (Holothuria) tubulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125182'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_506'^^xsd:string;
  dwc:observationDate '1982-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '125182'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_507'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_507'^^xsd:string;
  dwc:observationDate '1982-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_495'^^xsd:string;
  dwc:scientificName 'Erylus discophorus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134011'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_495'^^xsd:string;
  dwc:observationDate '1982-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '134011'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_496'^^xsd:string;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_496'^^xsd:string;
  dwc:observationDate '1982-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_497'^^xsd:string;
  dwc:scientificName 'Myxilla (Myxilla) rosacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '169488'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_497'^^xsd:string;
  dwc:observationDate '1982-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '169488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_498'^^xsd:string;
  dwc:scientificName 'Tedania (Tedania) anhelans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '169546'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_498'^^xsd:string;
  dwc:observationDate '1982-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '169546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_499'^^xsd:string;
  dwc:scientificName 'Clathria (Clathria) coralloides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '133013'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_499'^^xsd:string;
  dwc:observationDate '1982-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '133013'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_500'^^xsd:string;
  dwc:scientificName 'Haliclona (Haliclona) simulans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132858'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_500'^^xsd:string;
  dwc:observationDate '1982-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '132858'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_501'^^xsd:string;
  dwc:scientificName 'Spongia (Spongia) officinalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '165220'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_501'^^xsd:string;
  dwc:observationDate '1982-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '165220'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters "41"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_502'^^xsd:string;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:maximumDepth '41'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_502'^^xsd:string;
  dwc:observationDate '1982-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.14 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.14"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters "34"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.14 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.14"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_325'^^xsd:string;
  dwc:scientificName 'Ophiothrix quinquemaculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '45.14'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:maximumDepth '34'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '181534'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_325'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '181534'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.14 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.14"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters "34"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.14 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.14"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_326'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '45.14'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:maximumDepth '34'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_326'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.14 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.14"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters "34"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.14 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.14"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_327'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '45.14'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:maximumDepth '34'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_327'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.14 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.14"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters "34"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.14 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.14"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_320'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '45.14'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:maximumDepth '34'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_320'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.14 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.14"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters "34"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.14 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.14"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_321'^^xsd:string;
  dwc:scientificName 'Anomia ephippium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '45.14'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:maximumDepth '34'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138748'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_321'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '138748'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.14 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.14"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters "34"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.14 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.14"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_322'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '45.14'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:maximumDepth '34'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_322'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.14 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.14"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters "34"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.14 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.14"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_323'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '45.14'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:maximumDepth '34'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_323'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.14 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.14"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters "34"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.14 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.14"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_324'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '45.14'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:maximumDepth '34'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_324'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.14 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.14"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters "34"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.14 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.14"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_315'^^xsd:string;
  dwc:scientificName 'Laetmonice hystrix'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '45.14'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:maximumDepth '34'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '129845'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_315'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '129845'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.14 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.14"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters "34"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.14 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.14"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_316'^^xsd:string;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '45.14'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:maximumDepth '34'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_316'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.14 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.14"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters "34"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.14 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.14"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_317'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '45.14'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:maximumDepth '34'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_317'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.14 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.14"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters "34"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.14 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.14"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_318'^^xsd:string;
  dwc:scientificName 'Fusinus rostratus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '45.14'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:maximumDepth '34'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139931'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_318'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '448958'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.14 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.14"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters "34"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.14 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.14"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_319'^^xsd:string;
  dwc:scientificName 'Scaphander lignarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '45.14'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:maximumDepth '34'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139488'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_319'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '139488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.14 13.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.14"^^xsd:decimal ;
  dwc:decimalLongitude "13.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters "34"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.14 13.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.14"^^xsd:decimal ;
  geo-pos:long "13.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_314'^^xsd:string;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.05'^^xsd:double;
  dwc:latitude '45.14'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:maximumDepth '34'^^xsd:integer;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_314'^^xsd:string;
  dwc:observationDate '1982-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 13.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "35.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 13.06)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "13.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_451'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.06'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '35.6'^^xsd:double;
  dwc:maximumDepth '35.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_451'^^xsd:string;
  dwc:observationDate '1982-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 13.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "35.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 13.06)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "13.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_452'^^xsd:string;
  dwc:scientificName 'Anomia ephippium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.06'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '35.6'^^xsd:double;
  dwc:maximumDepth '35.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138748'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_452'^^xsd:string;
  dwc:observationDate '1982-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '138748'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 13.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "35.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 13.06)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "13.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_453'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.06'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '35.6'^^xsd:double;
  dwc:maximumDepth '35.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_453'^^xsd:string;
  dwc:observationDate '1982-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 13.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "35.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 13.06)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "13.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_455'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.06'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '35.6'^^xsd:double;
  dwc:maximumDepth '35.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_455'^^xsd:string;
  dwc:observationDate '1982-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 13.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "35.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 13.06)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "13.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_456'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.06'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '35.6'^^xsd:double;
  dwc:maximumDepth '35.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_456'^^xsd:string;
  dwc:observationDate '1982-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 13.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "35.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 13.06)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "13.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_457'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.06'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '35.6'^^xsd:double;
  dwc:maximumDepth '35.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_457'^^xsd:string;
  dwc:observationDate '1982-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 13.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "35.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 13.06)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "13.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_447'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.06'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '35.6'^^xsd:double;
  dwc:maximumDepth '35.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_447'^^xsd:string;
  dwc:observationDate '1982-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 13.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "35.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 13.06)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "13.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_448'^^xsd:string;
  dwc:scientificName 'Fusinus rostratus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.06'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '35.6'^^xsd:double;
  dwc:maximumDepth '35.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139931'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_448'^^xsd:string;
  dwc:observationDate '1982-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '448958'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 13.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "35.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 13.06)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "13.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_440'^^xsd:string;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.06'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '35.6'^^xsd:double;
  dwc:maximumDepth '35.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_440'^^xsd:string;
  dwc:observationDate '1982-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 13.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "35.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 13.06)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "13.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_441'^^xsd:string;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.06'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '35.6'^^xsd:double;
  dwc:maximumDepth '35.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_441'^^xsd:string;
  dwc:observationDate '1982-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 13.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "35.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 13.06)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "13.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_442'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.06'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '35.6'^^xsd:double;
  dwc:maximumDepth '35.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_442'^^xsd:string;
  dwc:observationDate '1982-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 13.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "35.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 13.06)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "13.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_445'^^xsd:string;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.06'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '35.6'^^xsd:double;
  dwc:maximumDepth '35.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_445'^^xsd:string;
  dwc:observationDate '1982-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 13.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "35.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 13.06)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "13.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_446'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.06'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '35.6'^^xsd:double;
  dwc:maximumDepth '35.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_446'^^xsd:string;
  dwc:observationDate '1982-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 13.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "35.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 13.06)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "13.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_458'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.06'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '35.6'^^xsd:double;
  dwc:maximumDepth '35.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells); seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_458'^^xsd:string;
  dwc:observationDate '1982-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "13.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "43.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "13.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_684'^^xsd:string;
  dwc:scientificName 'Aplysina cavernicola'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.09'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '43.8'^^xsd:double;
  dwc:maximumDepth '43.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '133913'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_684'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '133913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "13.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "43.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "13.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_685'^^xsd:string;
  dwc:scientificName 'Tedania (Tedania) anhelans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.09'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '43.8'^^xsd:double;
  dwc:maximumDepth '43.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '169546'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_685'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '169546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_686> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "13.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "43.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "13.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_686'^^xsd:string;
  dwc:scientificName 'Myxilla (Myxilla) rosacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.09'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '43.8'^^xsd:double;
  dwc:maximumDepth '43.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '169488'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_686'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '169488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "13.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "43.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "13.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_688'^^xsd:string;
  dwc:scientificName 'Adamsia palliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.09'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '43.8'^^xsd:double;
  dwc:maximumDepth '43.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '445590'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_688'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '1658483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "13.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "43.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "13.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_689'^^xsd:string;
  dwc:scientificName 'Pagurus alatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.09'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '43.8'^^xsd:double;
  dwc:maximumDepth '43.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107230'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_689'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '107230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "13.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "43.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "13.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_690'^^xsd:string;
  dwc:scientificName 'Dromia personata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.09'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '43.8'^^xsd:double;
  dwc:maximumDepth '43.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107258'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_690'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '107258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "13.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "43.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "13.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_691'^^xsd:string;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.09'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '43.8'^^xsd:double;
  dwc:maximumDepth '43.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_691'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "13.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "43.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "13.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_692'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.09'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '43.8'^^xsd:double;
  dwc:maximumDepth '43.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_692'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "13.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "43.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "13.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_693'^^xsd:string;
  dwc:scientificName 'Pilumnus hirtellus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.09'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '43.8'^^xsd:double;
  dwc:maximumDepth '43.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107418'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_693'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '107418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "13.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "43.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "13.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_695'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.09'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '43.8'^^xsd:double;
  dwc:maximumDepth '43.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_695'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "13.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "43.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "13.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_706'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.09'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '43.8'^^xsd:double;
  dwc:maximumDepth '43.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_706'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "13.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "43.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "13.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_707'^^xsd:string;
  dwc:scientificName 'Polycitor adriaticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.09'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '43.8'^^xsd:double;
  dwc:maximumDepth '43.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103625'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_707'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '103625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "13.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "43.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "13.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_708'^^xsd:string;
  dwc:scientificName 'Aplidium conicum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.09'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '43.8'^^xsd:double;
  dwc:maximumDepth '43.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103641'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_708'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '103641'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "13.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "43.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "13.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_709'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.09'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '43.8'^^xsd:double;
  dwc:maximumDepth '43.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_709'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "13.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "43.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "13.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_705'^^xsd:string;
  dwc:scientificName 'Ophiothrix quinquemaculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.09'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '43.8'^^xsd:double;
  dwc:maximumDepth '43.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '181534'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_705'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '181534'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "13.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "43.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "13.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_697'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.09'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '43.8'^^xsd:double;
  dwc:maximumDepth '43.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_697'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "13.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "43.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "13.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_698'^^xsd:string;
  dwc:scientificName 'Holothuria (Holothuria) tubulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.09'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '43.8'^^xsd:double;
  dwc:maximumDepth '43.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125182'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_698'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '125182'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "13.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "43.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "13.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_699'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.09'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '43.8'^^xsd:double;
  dwc:maximumDepth '43.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_699'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "13.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "43.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "13.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_700'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.09'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '43.8'^^xsd:double;
  dwc:maximumDepth '43.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_700'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "13.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "43.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "13.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_701'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.09'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '43.8'^^xsd:double;
  dwc:maximumDepth '43.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_701'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "13.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "43.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "13.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_702'^^xsd:string;
  dwc:scientificName 'Anseropoda placenta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.09'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '43.8'^^xsd:double;
  dwc:maximumDepth '43.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123985'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_702'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '123985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "13.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "43.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "13.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_703'^^xsd:string;
  dwc:scientificName 'Echinaster (Echinaster) sepositus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.09'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '43.8'^^xsd:double;
  dwc:maximumDepth '43.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_703'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '125161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "13.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "43.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "13.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_704'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.09'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '43.8'^^xsd:double;
  dwc:maximumDepth '43.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_704'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "13.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "43.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "13.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_696'^^xsd:string;
  dwc:scientificName 'Pecten jacobaeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.09'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '43.8'^^xsd:double;
  dwc:maximumDepth '43.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '394429'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_696'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '394429'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "13.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "43.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "13.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_680'^^xsd:string;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.09'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '43.8'^^xsd:double;
  dwc:maximumDepth '43.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_680'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "13.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "43.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "13.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_681'^^xsd:string;
  dwc:scientificName 'Haliclona (Haliclona) simulans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.09'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '43.8'^^xsd:double;
  dwc:maximumDepth '43.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132858'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_681'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '132858'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "13.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "43.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "13.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_682'^^xsd:string;
  dwc:scientificName 'Hippospongia communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.09'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '43.8'^^xsd:double;
  dwc:maximumDepth '43.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132377'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_682'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '132377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "13.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "43.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 13.09)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "13.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_683'^^xsd:string;
  dwc:scientificName 'Cacospongia mollior'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.09'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '43.8'^^xsd:double;
  dwc:maximumDepth '43.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132439'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_683'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '132439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.42"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_657'^^xsd:string;
  dwc:scientificName 'Dromia personata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '44.42'^^xsd:double;
  dwc:minimumDepth '45.8'^^xsd:double;
  dwc:maximumDepth '45.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107258'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_657'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '107258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.42"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_658'^^xsd:string;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '44.42'^^xsd:double;
  dwc:minimumDepth '45.8'^^xsd:double;
  dwc:maximumDepth '45.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_658'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.42"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_659'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '44.42'^^xsd:double;
  dwc:minimumDepth '45.8'^^xsd:double;
  dwc:maximumDepth '45.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_659'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.42"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_673'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '44.42'^^xsd:double;
  dwc:minimumDepth '45.8'^^xsd:double;
  dwc:maximumDepth '45.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_673'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.42"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_675'^^xsd:string;
  dwc:scientificName 'Aplidium conicum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '44.42'^^xsd:double;
  dwc:minimumDepth '45.8'^^xsd:double;
  dwc:maximumDepth '45.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103641'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_675'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '103641'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.42"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_676'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '44.42'^^xsd:double;
  dwc:minimumDepth '45.8'^^xsd:double;
  dwc:maximumDepth '45.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_676'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.42"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_677'^^xsd:string;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '44.42'^^xsd:double;
  dwc:minimumDepth '45.8'^^xsd:double;
  dwc:maximumDepth '45.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_677'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.42"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_678'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '44.42'^^xsd:double;
  dwc:minimumDepth '45.8'^^xsd:double;
  dwc:maximumDepth '45.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_678'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.42"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_662'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '44.42'^^xsd:double;
  dwc:minimumDepth '45.8'^^xsd:double;
  dwc:maximumDepth '45.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_662'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.42"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_663'^^xsd:string;
  dwc:scientificName 'Pecten jacobaeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '44.42'^^xsd:double;
  dwc:minimumDepth '45.8'^^xsd:double;
  dwc:maximumDepth '45.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '394429'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_663'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '394429'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.42"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_664'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '44.42'^^xsd:double;
  dwc:minimumDepth '45.8'^^xsd:double;
  dwc:maximumDepth '45.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_664'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.42"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_665'^^xsd:string;
  dwc:scientificName 'Holothuria (Holothuria) tubulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '44.42'^^xsd:double;
  dwc:minimumDepth '45.8'^^xsd:double;
  dwc:maximumDepth '45.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125182'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_665'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '125182'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.42"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_666'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '44.42'^^xsd:double;
  dwc:minimumDepth '45.8'^^xsd:double;
  dwc:maximumDepth '45.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_666'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.42"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_667'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '44.42'^^xsd:double;
  dwc:minimumDepth '45.8'^^xsd:double;
  dwc:maximumDepth '45.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_667'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.42"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_669'^^xsd:string;
  dwc:scientificName 'Anseropoda placenta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '44.42'^^xsd:double;
  dwc:minimumDepth '45.8'^^xsd:double;
  dwc:maximumDepth '45.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123985'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_669'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '123985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.42"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_671'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '44.42'^^xsd:double;
  dwc:minimumDepth '45.8'^^xsd:double;
  dwc:maximumDepth '45.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_671'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.42"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_672'^^xsd:string;
  dwc:scientificName 'Ophiothrix quinquemaculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '44.42'^^xsd:double;
  dwc:minimumDepth '45.8'^^xsd:double;
  dwc:maximumDepth '45.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '181534'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_672'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '181534'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_646> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.42"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_646'^^xsd:string;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '44.42'^^xsd:double;
  dwc:minimumDepth '45.8'^^xsd:double;
  dwc:maximumDepth '45.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_646'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.42"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_647'^^xsd:string;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '44.42'^^xsd:double;
  dwc:minimumDepth '45.8'^^xsd:double;
  dwc:maximumDepth '45.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_647'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.42"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_648'^^xsd:string;
  dwc:scientificName 'Haliclona (Haliclona) simulans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '44.42'^^xsd:double;
  dwc:minimumDepth '45.8'^^xsd:double;
  dwc:maximumDepth '45.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132858'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_648'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '132858'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.42"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_654'^^xsd:string;
  dwc:scientificName 'Calliactis parasitica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '44.42'^^xsd:double;
  dwc:minimumDepth '45.8'^^xsd:double;
  dwc:maximumDepth '45.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100946'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_654'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '100946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.42"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_661'^^xsd:string;
  dwc:scientificName 'Scaphander lignarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '44.42'^^xsd:double;
  dwc:minimumDepth '45.8'^^xsd:double;
  dwc:maximumDepth '45.8'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139488'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_661'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '139488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_205'^^xsd:string;
  dwc:scientificName 'Polymastia mamillaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134204'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_205'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '134204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_206'^^xsd:string;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_206'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_207'^^xsd:string;
  dwc:scientificName 'Suberites domuncula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134282'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_207'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '134282'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_238'^^xsd:string;
  dwc:scientificName 'Polycitor adriaticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103625'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_238'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '103625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_239'^^xsd:string;
  dwc:scientificName 'Aplidium conicum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103641'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_239'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '103641'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_240'^^xsd:string;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_240'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_241'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_241'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_242'^^xsd:string;
  dwc:scientificName 'Styela canopus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103926'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_242'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '103926'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_243'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_243'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_228'^^xsd:string;
  dwc:scientificName 'Venus verrucosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141936'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_228'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '141936'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_229'^^xsd:string;
  dwc:scientificName 'Polititapes aureus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '246150'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_229'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '246150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_230'^^xsd:string;
  dwc:scientificName 'Holothuria (Holothuria) tubulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125182'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_230'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '125182'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_231'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_231'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_232'^^xsd:string;
  dwc:scientificName 'Sphaerechinus granularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124427'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_232'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '124427'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_233'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_233'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_234'^^xsd:string;
  dwc:scientificName 'Psammechinus microtuberculatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124318'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_234'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '124318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_235'^^xsd:string;
  dwc:scientificName 'Astropecten aranciacus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123856'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_235'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '123856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_236'^^xsd:string;
  dwc:scientificName 'Ophiothrix quinquemaculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '181534'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_236'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '181534'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_237'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_237'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_227'^^xsd:string;
  dwc:scientificName 'Callista chione'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141906'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_227'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '141906'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_218'^^xsd:string;
  dwc:scientificName 'Bolinus brandaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140389'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_218'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '140389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_219'^^xsd:string;
  dwc:scientificName 'Hexaplex trunculus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140396'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_219'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '140396'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_220'^^xsd:string;
  dwc:scientificName 'Scaphander lignarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139488'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_220'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '139488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_221'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_221'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_222'^^xsd:string;
  dwc:scientificName 'Pecten jacobaeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '394429'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_222'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '394429'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_223'^^xsd:string;
  dwc:scientificName 'Limaria hians'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140235'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_223'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '140235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_224'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_224'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_225'^^xsd:string;
  dwc:scientificName 'Laevicardium oblongum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139006'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_225'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '139006'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_226'^^xsd:string;
  dwc:scientificName 'Acanthocardia echinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138992'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_226'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '138992'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_208'^^xsd:string;
  dwc:scientificName 'Haliclona (Haliclona) simulans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132858'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_208'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '132858'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_209'^^xsd:string;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_209'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_210'^^xsd:string;
  dwc:scientificName 'Tedania (Tedania) anhelans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '169546'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_210'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '169546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_211'^^xsd:string;
  dwc:scientificName 'Calliactis parasitica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100946'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_211'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '100946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_212'^^xsd:string;
  dwc:scientificName 'Paguristes eremita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_212'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '107200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_213'^^xsd:string;
  dwc:scientificName 'Dromia personata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107258'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_213'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '107258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_214'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_214'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_215'^^xsd:string;
  dwc:scientificName 'Gibbula magus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141790'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_215'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '141790'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_216'^^xsd:string;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_216'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.49"^^xsd:decimal ;
  dwc:decimalLongitude "13.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.49 13.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.49"^^xsd:decimal ;
  geo-pos:long "13.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_217'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.1'^^xsd:double;
  dwc:latitude '45.49'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'calcareous algae; seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_217'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.37"^^xsd:decimal ;
  dwc:decimalLongitude "13.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  geo-pos:lat "45.37"^^xsd:decimal ;
  geo-pos:long "13.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_244'^^xsd:string;
  dwc:scientificName 'Polymastia mamillaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.18'^^xsd:double;
  dwc:latitude '45.37'^^xsd:double;
  dwc:minimumDepth '28.6'^^xsd:double;
  dwc:maximumDepth '28.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134204'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_244'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '134204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.37"^^xsd:decimal ;
  dwc:decimalLongitude "13.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  geo-pos:lat "45.37"^^xsd:decimal ;
  geo-pos:long "13.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_246'^^xsd:string;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.18'^^xsd:double;
  dwc:latitude '45.37'^^xsd:double;
  dwc:minimumDepth '28.6'^^xsd:double;
  dwc:maximumDepth '28.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_246'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.37"^^xsd:decimal ;
  dwc:decimalLongitude "13.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  geo-pos:lat "45.37"^^xsd:decimal ;
  geo-pos:long "13.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_248'^^xsd:string;
  dwc:scientificName 'Calliactis parasitica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.18'^^xsd:double;
  dwc:latitude '45.37'^^xsd:double;
  dwc:minimumDepth '28.6'^^xsd:double;
  dwc:maximumDepth '28.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100946'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_248'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '100946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.37"^^xsd:decimal ;
  dwc:decimalLongitude "13.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  geo-pos:lat "45.37"^^xsd:decimal ;
  geo-pos:long "13.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_250'^^xsd:string;
  dwc:scientificName 'Laetmonice hystrix'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.18'^^xsd:double;
  dwc:latitude '45.37'^^xsd:double;
  dwc:minimumDepth '28.6'^^xsd:double;
  dwc:maximumDepth '28.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '129845'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_250'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '129845'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.37"^^xsd:decimal ;
  dwc:decimalLongitude "13.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  geo-pos:lat "45.37"^^xsd:decimal ;
  geo-pos:long "13.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_251'^^xsd:string;
  dwc:scientificName 'Paguristes eremita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.18'^^xsd:double;
  dwc:latitude '45.37'^^xsd:double;
  dwc:minimumDepth '28.6'^^xsd:double;
  dwc:maximumDepth '28.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_251'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '107200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.37"^^xsd:decimal ;
  dwc:decimalLongitude "13.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  geo-pos:lat "45.37"^^xsd:decimal ;
  geo-pos:long "13.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_252'^^xsd:string;
  dwc:scientificName 'Dromia personata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.18'^^xsd:double;
  dwc:latitude '45.37'^^xsd:double;
  dwc:minimumDepth '28.6'^^xsd:double;
  dwc:maximumDepth '28.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107258'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_252'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '107258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.37"^^xsd:decimal ;
  dwc:decimalLongitude "13.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  geo-pos:lat "45.37"^^xsd:decimal ;
  geo-pos:long "13.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_253'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.18'^^xsd:double;
  dwc:latitude '45.37'^^xsd:double;
  dwc:minimumDepth '28.6'^^xsd:double;
  dwc:maximumDepth '28.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_253'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.37"^^xsd:decimal ;
  dwc:decimalLongitude "13.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  geo-pos:lat "45.37"^^xsd:decimal ;
  geo-pos:long "13.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_254'^^xsd:string;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.18'^^xsd:double;
  dwc:latitude '45.37'^^xsd:double;
  dwc:minimumDepth '28.6'^^xsd:double;
  dwc:maximumDepth '28.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_254'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.37"^^xsd:decimal ;
  dwc:decimalLongitude "13.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  geo-pos:lat "45.37"^^xsd:decimal ;
  geo-pos:long "13.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_271'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.18'^^xsd:double;
  dwc:latitude '45.37'^^xsd:double;
  dwc:minimumDepth '28.6'^^xsd:double;
  dwc:maximumDepth '28.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_271'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.37"^^xsd:decimal ;
  dwc:decimalLongitude "13.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  geo-pos:lat "45.37"^^xsd:decimal ;
  geo-pos:long "13.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_272'^^xsd:string;
  dwc:scientificName 'Ophiothrix quinquemaculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.18'^^xsd:double;
  dwc:latitude '45.37'^^xsd:double;
  dwc:minimumDepth '28.6'^^xsd:double;
  dwc:maximumDepth '28.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '181534'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_272'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '181534'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.37"^^xsd:decimal ;
  dwc:decimalLongitude "13.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  geo-pos:lat "45.37"^^xsd:decimal ;
  geo-pos:long "13.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_274'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.18'^^xsd:double;
  dwc:latitude '45.37'^^xsd:double;
  dwc:minimumDepth '28.6'^^xsd:double;
  dwc:maximumDepth '28.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_274'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.37"^^xsd:decimal ;
  dwc:decimalLongitude "13.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  geo-pos:lat "45.37"^^xsd:decimal ;
  geo-pos:long "13.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_275'^^xsd:string;
  dwc:scientificName 'Polycitor adriaticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.18'^^xsd:double;
  dwc:latitude '45.37'^^xsd:double;
  dwc:minimumDepth '28.6'^^xsd:double;
  dwc:maximumDepth '28.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103625'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_275'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '103625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.37"^^xsd:decimal ;
  dwc:decimalLongitude "13.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  geo-pos:lat "45.37"^^xsd:decimal ;
  geo-pos:long "13.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_276'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.18'^^xsd:double;
  dwc:latitude '45.37'^^xsd:double;
  dwc:minimumDepth '28.6'^^xsd:double;
  dwc:maximumDepth '28.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_276'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.37"^^xsd:decimal ;
  dwc:decimalLongitude "13.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  geo-pos:lat "45.37"^^xsd:decimal ;
  geo-pos:long "13.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_278'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.18'^^xsd:double;
  dwc:latitude '45.37'^^xsd:double;
  dwc:minimumDepth '28.6'^^xsd:double;
  dwc:maximumDepth '28.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_278'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.37"^^xsd:decimal ;
  dwc:decimalLongitude "13.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  geo-pos:lat "45.37"^^xsd:decimal ;
  geo-pos:long "13.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_265'^^xsd:string;
  dwc:scientificName 'Laevicardium oblongum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.18'^^xsd:double;
  dwc:latitude '45.37'^^xsd:double;
  dwc:minimumDepth '28.6'^^xsd:double;
  dwc:maximumDepth '28.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139006'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_265'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '139006'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.37"^^xsd:decimal ;
  dwc:decimalLongitude "13.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  geo-pos:lat "45.37"^^xsd:decimal ;
  geo-pos:long "13.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_266'^^xsd:string;
  dwc:scientificName 'Callista chione'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.18'^^xsd:double;
  dwc:latitude '45.37'^^xsd:double;
  dwc:minimumDepth '28.6'^^xsd:double;
  dwc:maximumDepth '28.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141906'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_266'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '141906'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.37"^^xsd:decimal ;
  dwc:decimalLongitude "13.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  geo-pos:lat "45.37"^^xsd:decimal ;
  geo-pos:long "13.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_267'^^xsd:string;
  dwc:scientificName 'Holothuria (Holothuria) tubulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.18'^^xsd:double;
  dwc:latitude '45.37'^^xsd:double;
  dwc:minimumDepth '28.6'^^xsd:double;
  dwc:maximumDepth '28.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125182'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_267'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '125182'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.37"^^xsd:decimal ;
  dwc:decimalLongitude "13.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  geo-pos:lat "45.37"^^xsd:decimal ;
  geo-pos:long "13.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_268'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.18'^^xsd:double;
  dwc:latitude '45.37'^^xsd:double;
  dwc:minimumDepth '28.6'^^xsd:double;
  dwc:maximumDepth '28.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_268'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.37"^^xsd:decimal ;
  dwc:decimalLongitude "13.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  geo-pos:lat "45.37"^^xsd:decimal ;
  geo-pos:long "13.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_269'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.18'^^xsd:double;
  dwc:latitude '45.37'^^xsd:double;
  dwc:minimumDepth '28.6'^^xsd:double;
  dwc:maximumDepth '28.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_269'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.37"^^xsd:decimal ;
  dwc:decimalLongitude "13.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  geo-pos:lat "45.37"^^xsd:decimal ;
  geo-pos:long "13.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_256'^^xsd:string;
  dwc:scientificName 'Gibbula magus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.18'^^xsd:double;
  dwc:latitude '45.37'^^xsd:double;
  dwc:minimumDepth '28.6'^^xsd:double;
  dwc:maximumDepth '28.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141790'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_256'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '141790'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.37"^^xsd:decimal ;
  dwc:decimalLongitude "13.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  geo-pos:lat "45.37"^^xsd:decimal ;
  geo-pos:long "13.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_258'^^xsd:string;
  dwc:scientificName 'Hexaplex trunculus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.18'^^xsd:double;
  dwc:latitude '45.37'^^xsd:double;
  dwc:minimumDepth '28.6'^^xsd:double;
  dwc:maximumDepth '28.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140396'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_258'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '140396'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.37"^^xsd:decimal ;
  dwc:decimalLongitude "13.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  geo-pos:lat "45.37"^^xsd:decimal ;
  geo-pos:long "13.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_261'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.18'^^xsd:double;
  dwc:latitude '45.37'^^xsd:double;
  dwc:minimumDepth '28.6'^^xsd:double;
  dwc:maximumDepth '28.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_261'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.37"^^xsd:decimal ;
  dwc:decimalLongitude "13.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  geo-pos:lat "45.37"^^xsd:decimal ;
  geo-pos:long "13.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_262'^^xsd:string;
  dwc:scientificName 'Pecten jacobaeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.18'^^xsd:double;
  dwc:latitude '45.37'^^xsd:double;
  dwc:minimumDepth '28.6'^^xsd:double;
  dwc:maximumDepth '28.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '394429'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_262'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '394429'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.37"^^xsd:decimal ;
  dwc:decimalLongitude "13.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "28.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.37 13.18)"^^geo:wktLiteral ;
  geo-pos:lat "45.37"^^xsd:decimal ;
  geo-pos:long "13.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_264'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.18'^^xsd:double;
  dwc:latitude '45.37'^^xsd:double;
  dwc:minimumDepth '28.6'^^xsd:double;
  dwc:maximumDepth '28.6'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_264'^^xsd:string;
  dwc:observationDate '1982-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_756'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_756'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_757'^^xsd:string;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_757'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_735'^^xsd:string;
  dwc:scientificName 'Geodia cydonium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134025'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_735'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '134025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_736'^^xsd:string;
  dwc:scientificName 'Mycale spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '131907'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_736'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '131907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_737'^^xsd:string;
  dwc:scientificName 'Cacospongia mollior'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132439'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_737'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '132439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_738'^^xsd:string;
  dwc:scientificName 'Aphrodita aculeata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '129840'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_738'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '129840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_743> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_743'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_743'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_745'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_745'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_746'^^xsd:string;
  dwc:scientificName 'Pecten jacobaeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '394429'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_746'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '394429'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_747'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_747'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_748'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_748'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_749'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_749'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_750'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_750'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_751'^^xsd:string;
  dwc:scientificName 'Anseropoda placenta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123985'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_751'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '123985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_752'^^xsd:string;
  dwc:scientificName 'Echinaster (Echinaster) sepositus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_752'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '125161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_754'^^xsd:string;
  dwc:scientificName 'Ophiothrix quinquemaculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '181534'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_754'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '181534'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_755'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_755'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_299'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '30.8'^^xsd:double;
  dwc:maximumDepth '30.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_299'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_302'^^xsd:string;
  dwc:scientificName 'Holothuria (Holothuria) tubulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '30.8'^^xsd:double;
  dwc:maximumDepth '30.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125182'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_302'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '125182'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_312'^^xsd:string;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '30.8'^^xsd:double;
  dwc:maximumDepth '30.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_312'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_313'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '30.8'^^xsd:double;
  dwc:maximumDepth '30.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_313'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_305'^^xsd:string;
  dwc:scientificName 'Astropecten aranciacus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '30.8'^^xsd:double;
  dwc:maximumDepth '30.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123856'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_305'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '123856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_306'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '30.8'^^xsd:double;
  dwc:maximumDepth '30.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_306'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_307'^^xsd:string;
  dwc:scientificName 'Ophiothrix quinquemaculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '30.8'^^xsd:double;
  dwc:maximumDepth '30.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '181534'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_307'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '181534'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_308> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_308'^^xsd:string;
  dwc:scientificName 'Amphiura filiformis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '30.8'^^xsd:double;
  dwc:maximumDepth '30.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125080'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_308'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '125080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_309'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '30.8'^^xsd:double;
  dwc:maximumDepth '30.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_309'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_311'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '30.8'^^xsd:double;
  dwc:maximumDepth '30.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_311'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_303'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '30.8'^^xsd:double;
  dwc:maximumDepth '30.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_303'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_304> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_304'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '30.8'^^xsd:double;
  dwc:maximumDepth '30.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_304'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_281'^^xsd:string;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '30.8'^^xsd:double;
  dwc:maximumDepth '30.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_281'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_282'^^xsd:string;
  dwc:scientificName 'Haliclona (Haliclona) simulans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '30.8'^^xsd:double;
  dwc:maximumDepth '30.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132858'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_282'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '132858'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_283'^^xsd:string;
  dwc:scientificName 'Calliactis parasitica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '30.8'^^xsd:double;
  dwc:maximumDepth '30.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100946'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_283'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '100946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_284'^^xsd:string;
  dwc:scientificName 'Adamsia palliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '30.8'^^xsd:double;
  dwc:maximumDepth '30.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '445590'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_284'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '1658483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_285'^^xsd:string;
  dwc:scientificName 'Laetmonice hystrix'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '30.8'^^xsd:double;
  dwc:maximumDepth '30.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '129845'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_285'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '129845'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_286'^^xsd:string;
  dwc:scientificName 'Paguristes eremita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '30.8'^^xsd:double;
  dwc:maximumDepth '30.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_286'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '107200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_288'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '30.8'^^xsd:double;
  dwc:maximumDepth '30.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_288'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_289'^^xsd:string;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '30.8'^^xsd:double;
  dwc:maximumDepth '30.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_289'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_290'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '30.8'^^xsd:double;
  dwc:maximumDepth '30.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_290'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_292'^^xsd:string;
  dwc:scientificName 'Calyptraea chinensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '30.8'^^xsd:double;
  dwc:maximumDepth '30.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138961'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_292'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '138961'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_294'^^xsd:string;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '30.8'^^xsd:double;
  dwc:maximumDepth '30.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_294'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_295'^^xsd:string;
  dwc:scientificName 'Atrina pectinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '30.8'^^xsd:double;
  dwc:maximumDepth '30.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140779'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_295'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '140779'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_296'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '30.8'^^xsd:double;
  dwc:maximumDepth '30.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_296'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_297'^^xsd:string;
  dwc:scientificName 'Pecten jacobaeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '30.8'^^xsd:double;
  dwc:maximumDepth '30.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '394429'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_297'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '394429'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_298'^^xsd:string;
  dwc:scientificName 'Anomia ephippium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '30.8'^^xsd:double;
  dwc:maximumDepth '30.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138748'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_298'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '138748'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.31"^^xsd:decimal ;
  dwc:decimalLongitude "13.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "30.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.31 13.24)"^^geo:wktLiteral ;
  geo-pos:lat "45.31"^^xsd:decimal ;
  geo-pos:long "13.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_280'^^xsd:string;
  dwc:scientificName 'Suberites domuncula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.24'^^xsd:double;
  dwc:latitude '45.31'^^xsd:double;
  dwc:minimumDepth '30.8'^^xsd:double;
  dwc:maximumDepth '30.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134282'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_280'^^xsd:string;
  dwc:observationDate '1982-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '134282'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "52.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "52.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.01"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_881'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.01'^^xsd:double;
  dwc:minimumDepth '52.2'^^xsd:double;
  dwc:maximumDepth '52.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_881'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_868> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "52.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "52.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.01"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_868'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.01'^^xsd:double;
  dwc:minimumDepth '52.2'^^xsd:double;
  dwc:maximumDepth '52.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_868'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "52.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "52.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.01"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_869'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.01'^^xsd:double;
  dwc:minimumDepth '52.2'^^xsd:double;
  dwc:maximumDepth '52.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_869'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "52.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "52.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.01"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_870'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.01'^^xsd:double;
  dwc:minimumDepth '52.2'^^xsd:double;
  dwc:maximumDepth '52.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_870'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "52.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "52.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.01"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_871'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.01'^^xsd:double;
  dwc:minimumDepth '52.2'^^xsd:double;
  dwc:maximumDepth '52.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_871'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "52.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "52.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.01"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_872'^^xsd:string;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.01'^^xsd:double;
  dwc:minimumDepth '52.2'^^xsd:double;
  dwc:maximumDepth '52.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_872'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "52.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "52.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.01"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_873'^^xsd:string;
  dwc:scientificName 'Atrina pectinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.01'^^xsd:double;
  dwc:minimumDepth '52.2'^^xsd:double;
  dwc:maximumDepth '52.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140779'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_873'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '140779'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "52.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "52.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.01"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_875'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.01'^^xsd:double;
  dwc:minimumDepth '52.2'^^xsd:double;
  dwc:maximumDepth '52.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_875'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "52.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "52.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.01"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_876'^^xsd:string;
  dwc:scientificName 'Glossus humanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.01'^^xsd:double;
  dwc:minimumDepth '52.2'^^xsd:double;
  dwc:maximumDepth '52.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_876'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '140023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "52.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "52.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.01"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_877'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.01'^^xsd:double;
  dwc:minimumDepth '52.2'^^xsd:double;
  dwc:maximumDepth '52.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_877'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "52.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "52.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.01"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_879'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.01'^^xsd:double;
  dwc:minimumDepth '52.2'^^xsd:double;
  dwc:maximumDepth '52.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_879'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "52.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "52.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.01"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_880'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.01'^^xsd:double;
  dwc:minimumDepth '52.2'^^xsd:double;
  dwc:maximumDepth '52.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_880'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "52.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "52.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.01"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_863'^^xsd:string;
  dwc:scientificName 'Funiculina quadrangularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.01'^^xsd:double;
  dwc:minimumDepth '52.2'^^xsd:double;
  dwc:maximumDepth '52.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '128506'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_863'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '128506'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "52.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "52.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.01"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_864'^^xsd:string;
  dwc:scientificName 'Aphrodita aculeata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.01'^^xsd:double;
  dwc:minimumDepth '52.2'^^xsd:double;
  dwc:maximumDepth '52.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '129840'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_864'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '129840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "52.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "52.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.01"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_865'^^xsd:string;
  dwc:scientificName 'Alpheus glaber'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.01'^^xsd:double;
  dwc:minimumDepth '52.2'^^xsd:double;
  dwc:maximumDepth '52.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107477'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_865'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '107477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "52.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "52.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.01"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_866'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.01'^^xsd:double;
  dwc:minimumDepth '52.2'^^xsd:double;
  dwc:maximumDepth '52.2'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_866'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_730'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '45.6'^^xsd:double;
  dwc:maximumDepth '45.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_730'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_731'^^xsd:string;
  dwc:scientificName 'Ophiothrix quinquemaculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '45.6'^^xsd:double;
  dwc:maximumDepth '45.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '181534'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_731'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '181534'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_732'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '45.6'^^xsd:double;
  dwc:maximumDepth '45.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_732'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_733'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '45.6'^^xsd:double;
  dwc:maximumDepth '45.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_733'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_734'^^xsd:string;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '45.6'^^xsd:double;
  dwc:maximumDepth '45.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_734'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_713'^^xsd:string;
  dwc:scientificName 'Mycale spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '45.6'^^xsd:double;
  dwc:maximumDepth '45.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '131907'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_713'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '131907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_714'^^xsd:string;
  dwc:scientificName 'Cacospongia mollior'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '45.6'^^xsd:double;
  dwc:maximumDepth '45.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132439'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_714'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '132439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_715'^^xsd:string;
  dwc:scientificName 'Aphrodita aculeata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '45.6'^^xsd:double;
  dwc:maximumDepth '45.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '129840'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_715'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '129840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_716'^^xsd:string;
  dwc:scientificName 'Pagurus alatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '45.6'^^xsd:double;
  dwc:maximumDepth '45.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107230'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_716'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '107230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_717'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '45.6'^^xsd:double;
  dwc:maximumDepth '45.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_717'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_719'^^xsd:string;
  dwc:scientificName 'Ethusa mascarone'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '45.6'^^xsd:double;
  dwc:maximumDepth '45.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107283'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_719'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '107283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_720'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '45.6'^^xsd:double;
  dwc:maximumDepth '45.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_720'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_721'^^xsd:string;
  dwc:scientificName 'Scaphander lignarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '45.6'^^xsd:double;
  dwc:maximumDepth '45.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139488'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_721'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '139488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_722'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '45.6'^^xsd:double;
  dwc:maximumDepth '45.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_722'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_723'^^xsd:string;
  dwc:scientificName 'Pecten jacobaeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '45.6'^^xsd:double;
  dwc:maximumDepth '45.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '394429'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_723'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '394429'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_724'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '45.6'^^xsd:double;
  dwc:maximumDepth '45.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_724'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_726> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_726'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '45.6'^^xsd:double;
  dwc:maximumDepth '45.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_726'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_727'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '45.6'^^xsd:double;
  dwc:maximumDepth '45.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_727'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_728'^^xsd:string;
  dwc:scientificName 'Anseropoda placenta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '45.6'^^xsd:double;
  dwc:maximumDepth '45.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123985'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_728'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '123985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_718'^^xsd:string;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '45.6'^^xsd:double;
  dwc:maximumDepth '45.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_718'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "45.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 13.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_729'^^xsd:string;
  dwc:scientificName 'Echinaster (Echinaster) sepositus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.25'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '45.6'^^xsd:double;
  dwc:maximumDepth '45.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_729'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '125161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.94"^^xsd:decimal ;
  dwc:decimalLongitude "13.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  geo-pos:lat "43.94"^^xsd:decimal ;
  geo-pos:long "13.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_896'^^xsd:string;
  dwc:scientificName 'Glossus humanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.3'^^xsd:double;
  dwc:latitude '43.94'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_896'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '140023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.94"^^xsd:decimal ;
  dwc:decimalLongitude "13.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  geo-pos:lat "43.94"^^xsd:decimal ;
  geo-pos:long "13.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_897'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.3'^^xsd:double;
  dwc:latitude '43.94'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_897'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.94"^^xsd:decimal ;
  dwc:decimalLongitude "13.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  geo-pos:lat "43.94"^^xsd:decimal ;
  geo-pos:long "13.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_898'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.3'^^xsd:double;
  dwc:latitude '43.94'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_898'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.94"^^xsd:decimal ;
  dwc:decimalLongitude "13.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  geo-pos:lat "43.94"^^xsd:decimal ;
  geo-pos:long "13.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_899'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.3'^^xsd:double;
  dwc:latitude '43.94'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_899'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.94"^^xsd:decimal ;
  dwc:decimalLongitude "13.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  geo-pos:lat "43.94"^^xsd:decimal ;
  geo-pos:long "13.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_900'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.3'^^xsd:double;
  dwc:latitude '43.94'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_900'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_901> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.94"^^xsd:decimal ;
  dwc:decimalLongitude "13.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  geo-pos:lat "43.94"^^xsd:decimal ;
  geo-pos:long "13.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_901'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.3'^^xsd:double;
  dwc:latitude '43.94'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_901'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.94"^^xsd:decimal ;
  dwc:decimalLongitude "13.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  geo-pos:lat "43.94"^^xsd:decimal ;
  geo-pos:long "13.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_882'^^xsd:string;
  dwc:scientificName 'Calliactis parasitica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.3'^^xsd:double;
  dwc:latitude '43.94'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100946'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_882'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '100946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.94"^^xsd:decimal ;
  dwc:decimalLongitude "13.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  geo-pos:lat "43.94"^^xsd:decimal ;
  geo-pos:long "13.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_887'^^xsd:string;
  dwc:scientificName 'Pagurus alatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.3'^^xsd:double;
  dwc:latitude '43.94'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107230'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_887'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '107230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.94"^^xsd:decimal ;
  dwc:decimalLongitude "13.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  geo-pos:lat "43.94"^^xsd:decimal ;
  geo-pos:long "13.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_888'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.3'^^xsd:double;
  dwc:latitude '43.94'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_888'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.94"^^xsd:decimal ;
  dwc:decimalLongitude "13.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  geo-pos:lat "43.94"^^xsd:decimal ;
  geo-pos:long "13.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_889'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.3'^^xsd:double;
  dwc:latitude '43.94'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_889'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.94"^^xsd:decimal ;
  dwc:decimalLongitude "13.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  geo-pos:lat "43.94"^^xsd:decimal ;
  geo-pos:long "13.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_890'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.3'^^xsd:double;
  dwc:latitude '43.94'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_890'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.94"^^xsd:decimal ;
  dwc:decimalLongitude "13.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  geo-pos:lat "43.94"^^xsd:decimal ;
  geo-pos:long "13.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_891'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.3'^^xsd:double;
  dwc:latitude '43.94'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_891'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.94"^^xsd:decimal ;
  dwc:decimalLongitude "13.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  geo-pos:lat "43.94"^^xsd:decimal ;
  geo-pos:long "13.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_893'^^xsd:string;
  dwc:scientificName 'Atrina pectinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.3'^^xsd:double;
  dwc:latitude '43.94'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140779'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_893'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '140779'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.94"^^xsd:decimal ;
  dwc:decimalLongitude "13.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  geo-pos:lat "43.94"^^xsd:decimal ;
  geo-pos:long "13.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_894'^^xsd:string;
  dwc:scientificName 'Anomia ephippium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.3'^^xsd:double;
  dwc:latitude '43.94'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138748'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_894'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '138748'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.94"^^xsd:decimal ;
  dwc:decimalLongitude "13.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "46.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 13.3)"^^geo:wktLiteral ;
  geo-pos:lat "43.94"^^xsd:decimal ;
  geo-pos:long "13.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_895'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.3'^^xsd:double;
  dwc:latitude '43.94'^^xsd:double;
  dwc:minimumDepth '46.8'^^xsd:double;
  dwc:maximumDepth '46.8'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_895'^^xsd:string;
  dwc:observationDate '1982-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.99 13.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.99"^^xsd:decimal ;
  dwc:decimalLongitude "13.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "38.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.99 13.32)"^^geo:wktLiteral ;
  geo-pos:lat "44.99"^^xsd:decimal ;
  geo-pos:long "13.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_460'^^xsd:string;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.32'^^xsd:double;
  dwc:latitude '44.99'^^xsd:double;
  dwc:minimumDepth '38.4'^^xsd:double;
  dwc:maximumDepth '38.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_460'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.99 13.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.99"^^xsd:decimal ;
  dwc:decimalLongitude "13.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "38.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.99 13.32)"^^geo:wktLiteral ;
  geo-pos:lat "44.99"^^xsd:decimal ;
  geo-pos:long "13.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_461'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.32'^^xsd:double;
  dwc:latitude '44.99'^^xsd:double;
  dwc:minimumDepth '38.4'^^xsd:double;
  dwc:maximumDepth '38.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_461'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.99 13.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.99"^^xsd:decimal ;
  dwc:decimalLongitude "13.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "38.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.99 13.32)"^^geo:wktLiteral ;
  geo-pos:lat "44.99"^^xsd:decimal ;
  geo-pos:long "13.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_462'^^xsd:string;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.32'^^xsd:double;
  dwc:latitude '44.99'^^xsd:double;
  dwc:minimumDepth '38.4'^^xsd:double;
  dwc:maximumDepth '38.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_462'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.99 13.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.99"^^xsd:decimal ;
  dwc:decimalLongitude "13.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "38.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.99 13.32)"^^geo:wktLiteral ;
  geo-pos:lat "44.99"^^xsd:decimal ;
  geo-pos:long "13.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_463'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.32'^^xsd:double;
  dwc:latitude '44.99'^^xsd:double;
  dwc:minimumDepth '38.4'^^xsd:double;
  dwc:maximumDepth '38.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_463'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.99 13.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.99"^^xsd:decimal ;
  dwc:decimalLongitude "13.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "38.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.99 13.32)"^^geo:wktLiteral ;
  geo-pos:lat "44.99"^^xsd:decimal ;
  geo-pos:long "13.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_464'^^xsd:string;
  dwc:scientificName 'Atrina pectinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.32'^^xsd:double;
  dwc:latitude '44.99'^^xsd:double;
  dwc:minimumDepth '38.4'^^xsd:double;
  dwc:maximumDepth '38.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140779'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_464'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '140779'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.99 13.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.99"^^xsd:decimal ;
  dwc:decimalLongitude "13.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "38.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.99 13.32)"^^geo:wktLiteral ;
  geo-pos:lat "44.99"^^xsd:decimal ;
  geo-pos:long "13.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_465'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.32'^^xsd:double;
  dwc:latitude '44.99'^^xsd:double;
  dwc:minimumDepth '38.4'^^xsd:double;
  dwc:maximumDepth '38.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_465'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.99 13.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.99"^^xsd:decimal ;
  dwc:decimalLongitude "13.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "38.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.99 13.32)"^^geo:wktLiteral ;
  geo-pos:lat "44.99"^^xsd:decimal ;
  geo-pos:long "13.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_466'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.32'^^xsd:double;
  dwc:latitude '44.99'^^xsd:double;
  dwc:minimumDepth '38.4'^^xsd:double;
  dwc:maximumDepth '38.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_466'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.99 13.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.99"^^xsd:decimal ;
  dwc:decimalLongitude "13.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "38.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.99 13.32)"^^geo:wktLiteral ;
  geo-pos:lat "44.99"^^xsd:decimal ;
  geo-pos:long "13.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_467'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.32'^^xsd:double;
  dwc:latitude '44.99'^^xsd:double;
  dwc:minimumDepth '38.4'^^xsd:double;
  dwc:maximumDepth '38.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_467'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.99 13.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.99"^^xsd:decimal ;
  dwc:decimalLongitude "13.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "38.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.99 13.32)"^^geo:wktLiteral ;
  geo-pos:lat "44.99"^^xsd:decimal ;
  geo-pos:long "13.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_468'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.32'^^xsd:double;
  dwc:latitude '44.99'^^xsd:double;
  dwc:minimumDepth '38.4'^^xsd:double;
  dwc:maximumDepth '38.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_468'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.99 13.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.99"^^xsd:decimal ;
  dwc:decimalLongitude "13.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "38.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.99 13.32)"^^geo:wktLiteral ;
  geo-pos:lat "44.99"^^xsd:decimal ;
  geo-pos:long "13.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_469'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.32'^^xsd:double;
  dwc:latitude '44.99'^^xsd:double;
  dwc:minimumDepth '38.4'^^xsd:double;
  dwc:maximumDepth '38.4'^^xsd:double;
  dwc:occurrenceRemarks 'Atrina pectinata (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_469'^^xsd:string;
  dwc:observationDate '1982-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "13.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "13.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_936'^^xsd:string;
  dwc:scientificName 'Pecten jacobaeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.39'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '394429'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_936'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '394429'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "13.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "13.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_937'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.39'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_937'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "13.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "13.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_938'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.39'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_938'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "13.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "13.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_924'^^xsd:string;
  dwc:scientificName 'Geodia cydonium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.39'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134025'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_924'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '134025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "13.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "13.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_925'^^xsd:string;
  dwc:scientificName 'Polymastia mamillaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.39'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134204'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_925'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '134204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "13.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "13.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_926'^^xsd:string;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.39'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_926'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "13.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "13.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_927'^^xsd:string;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.39'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_927'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "13.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "13.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_929'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.39'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_929'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "13.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "13.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_932'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.39'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_932'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "13.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "13.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_933'^^xsd:string;
  dwc:scientificName 'Pagurus alatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.39'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107230'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_933'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '107230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "13.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "13.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_934'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.39'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_934'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "13.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "13.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_935'^^xsd:string;
  dwc:scientificName 'Nucula sulcata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.39'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140592'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_935'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '140592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "13.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "13.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_942'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.39'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_942'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "13.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "13.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_943'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.39'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_943'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "13.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "13.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_944'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.39'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_944'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "13.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "13.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_945'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.39'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_945'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "13.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "13.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_939'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.39'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_939'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "13.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "13.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_940'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.39'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_940'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "13.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 13.39)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "13.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_941'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.39'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_941'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 13.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "13.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "64.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 13.45)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "13.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_902'^^xsd:string;
  dwc:scientificName 'Geodia cydonium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.45'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:minimumDepth '64.8'^^xsd:double;
  dwc:maximumDepth '64.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134025'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_902'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '134025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 13.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "13.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "64.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 13.45)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "13.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_906'^^xsd:string;
  dwc:scientificName 'Sarcotragus foetidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.45'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:minimumDepth '64.8'^^xsd:double;
  dwc:maximumDepth '64.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132371'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_906'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '132371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 13.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "13.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "64.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 13.45)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "13.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_908'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.45'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:minimumDepth '64.8'^^xsd:double;
  dwc:maximumDepth '64.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_908'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 13.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "13.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "64.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 13.45)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "13.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_909'^^xsd:string;
  dwc:scientificName 'Processa nouveli nouveli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.45'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:minimumDepth '64.8'^^xsd:double;
  dwc:maximumDepth '64.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '108345'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_909'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '108345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 13.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "13.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "64.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 13.45)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "13.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_911'^^xsd:string;
  dwc:scientificName 'Pagurus alatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.45'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:minimumDepth '64.8'^^xsd:double;
  dwc:maximumDepth '64.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107230'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_911'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '107230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 13.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "13.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "64.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 13.45)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "13.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_912'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.45'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:minimumDepth '64.8'^^xsd:double;
  dwc:maximumDepth '64.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_912'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 13.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "13.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "64.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 13.45)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "13.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_914'^^xsd:string;
  dwc:scientificName 'Pecten jacobaeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.45'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:minimumDepth '64.8'^^xsd:double;
  dwc:maximumDepth '64.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '394429'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_914'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '394429'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 13.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "13.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "64.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 13.45)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "13.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_916'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.45'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:minimumDepth '64.8'^^xsd:double;
  dwc:maximumDepth '64.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_916'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 13.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "13.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "64.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 13.45)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "13.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_917'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.45'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:minimumDepth '64.8'^^xsd:double;
  dwc:maximumDepth '64.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_917'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 13.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "13.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "64.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 13.45)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "13.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_920'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.45'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:minimumDepth '64.8'^^xsd:double;
  dwc:maximumDepth '64.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_920'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 13.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "13.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "64.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 13.45)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "13.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_922'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.45'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:minimumDepth '64.8'^^xsd:double;
  dwc:maximumDepth '64.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_922'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 13.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "13.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "64.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 13.45)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "13.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_923'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.45'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:minimumDepth '64.8'^^xsd:double;
  dwc:maximumDepth '64.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_923'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_788> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_788'^^xsd:string;
  dwc:scientificName 'Haliclona (Haliclona) simulans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.5'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132858'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_788'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '132858'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_789'^^xsd:string;
  dwc:scientificName 'Hippospongia communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.5'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132377'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_789'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '132377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_791'^^xsd:string;
  dwc:scientificName 'Pagurus alatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.5'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107230'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_791'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '107230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_792'^^xsd:string;
  dwc:scientificName 'Dromia personata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.5'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107258'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_792'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '107258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_793'^^xsd:string;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.5'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_793'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_794'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.5'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_794'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_795'^^xsd:string;
  dwc:scientificName 'Atelecyclus rotundatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.5'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107273'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_795'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '107273'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_799'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.5'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_799'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_800'^^xsd:string;
  dwc:scientificName 'Pecten jacobaeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.5'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '394429'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_800'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '394429'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_801'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.5'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_801'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_802'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.5'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_802'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_803'^^xsd:string;
  dwc:scientificName 'Sphaerechinus granularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.5'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124427'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_803'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '124427'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_804'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.5'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_804'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_805'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.5'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_805'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_806'^^xsd:string;
  dwc:scientificName 'Anseropoda placenta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.5'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123985'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_806'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '123985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_807'^^xsd:string;
  dwc:scientificName 'Echinaster (Echinaster) sepositus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.5'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_807'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '125161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_808'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.5'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_808'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_809'^^xsd:string;
  dwc:scientificName 'Ophiothrix quinquemaculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.5'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '181534'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_809'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '181534'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_810'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.5'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_810'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_811'^^xsd:string;
  dwc:scientificName 'Aplidium conicum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.5'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103641'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_811'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '103641'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_786'^^xsd:string;
  dwc:scientificName 'Geodia cydonium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.5'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134025'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_786'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '134025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_787'^^xsd:string;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.5'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_787'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_812'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.5'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_812'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.66"^^xsd:decimal ;
  dwc:decimalLongitude "13.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.66 13.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.66"^^xsd:decimal ;
  geo-pos:long "13.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_813'^^xsd:string;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.5'^^xsd:double;
  dwc:latitude '44.66'^^xsd:double;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_813'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.18"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_992'^^xsd:string;
  dwc:scientificName 'Pennatula phosphorea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.18'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '128517'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_992'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '128517'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.18"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1004'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.18'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1004'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.18"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1006'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.18'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1006'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.18"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1007'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.18'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1007'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.18"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1009'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.18'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1009'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.18"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1010'^^xsd:string;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.18'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1010'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.18"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1011'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.18'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1011'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.18"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_994'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.18'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_994'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.18"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_995'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.18'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_995'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_996> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.18"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_996'^^xsd:string;
  dwc:scientificName 'Pagurus alatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.18'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107230'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_996'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '107230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.18"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_998'^^xsd:string;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.18'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_998'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.18"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_999'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.18'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_999'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.18"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1000'^^xsd:string;
  dwc:scientificName 'Pilumnus hirtellus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.18'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107418'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1000'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '107418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.18"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1001'^^xsd:string;
  dwc:scientificName 'Pecten jacobaeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.18'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '394429'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1001'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '394429'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.18"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1002'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.18'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1002'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.18"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1003'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.18'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1003'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.18"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_981'^^xsd:string;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.18'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_981'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.18"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_982'^^xsd:string;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.18'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_982'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.18"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_984'^^xsd:string;
  dwc:scientificName 'Mycale (Aegogropila) tunicata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.18'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '168550'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_984'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '168550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.18"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_985'^^xsd:string;
  dwc:scientificName 'Spongia (Spongia) officinalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.18'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '165220'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_985'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '165220'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.18"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_986'^^xsd:string;
  dwc:scientificName 'Hippospongia communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.18'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132377'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_986'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '132377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.18"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_987'^^xsd:string;
  dwc:scientificName 'Sarcotragus foetidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.18'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132371'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_987'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '132371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.18"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_988'^^xsd:string;
  dwc:scientificName 'Sarcotragus foetidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.18'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132371'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_988'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '132371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.18"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_989'^^xsd:string;
  dwc:scientificName 'Lytocarpia myriophyllum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.18'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '117302'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_989'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.18"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_990'^^xsd:string;
  dwc:scientificName 'Calliactis parasitica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.18'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100946'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_990'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '100946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.18"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_979'^^xsd:string;
  dwc:scientificName 'Geodia cydonium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.18'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134025'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_979'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '134025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.18"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_980'^^xsd:string;
  dwc:scientificName 'Polymastia mamillaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.18'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134204'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_980'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '134204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.69"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43"^^xsd:integer ;
  dwc:maximumDepthInMeters "43"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.69"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_779'^^xsd:string;
  dwc:scientificName 'Echinaster (Echinaster) sepositus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.69'^^xsd:double;
  dwc:minimumDepth '43'^^xsd:integer;
  dwc:maximumDepth '43'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_779'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '125161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.69"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43"^^xsd:integer ;
  dwc:maximumDepthInMeters "43"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.69"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_780'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.69'^^xsd:double;
  dwc:minimumDepth '43'^^xsd:integer;
  dwc:maximumDepth '43'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_780'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.69"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43"^^xsd:integer ;
  dwc:maximumDepthInMeters "43"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.69"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_781'^^xsd:string;
  dwc:scientificName 'Ophiothrix quinquemaculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.69'^^xsd:double;
  dwc:minimumDepth '43'^^xsd:integer;
  dwc:maximumDepth '43'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '181534'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_781'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '181534'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.69"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43"^^xsd:integer ;
  dwc:maximumDepthInMeters "43"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.69"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_782'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.69'^^xsd:double;
  dwc:minimumDepth '43'^^xsd:integer;
  dwc:maximumDepth '43'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_782'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.69"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43"^^xsd:integer ;
  dwc:maximumDepthInMeters "43"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.69"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_783'^^xsd:string;
  dwc:scientificName 'Aplidium conicum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.69'^^xsd:double;
  dwc:minimumDepth '43'^^xsd:integer;
  dwc:maximumDepth '43'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103641'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_783'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '103641'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.69"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43"^^xsd:integer ;
  dwc:maximumDepthInMeters "43"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.69"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_784'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.69'^^xsd:double;
  dwc:minimumDepth '43'^^xsd:integer;
  dwc:maximumDepth '43'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_784'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.69"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43"^^xsd:integer ;
  dwc:maximumDepthInMeters "43"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.69"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_785'^^xsd:string;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.69'^^xsd:double;
  dwc:minimumDepth '43'^^xsd:integer;
  dwc:maximumDepth '43'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_785'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.69"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43"^^xsd:integer ;
  dwc:maximumDepthInMeters "43"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.69"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_778'^^xsd:string;
  dwc:scientificName 'Anseropoda placenta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.69'^^xsd:double;
  dwc:minimumDepth '43'^^xsd:integer;
  dwc:maximumDepth '43'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123985'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_778'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '123985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.69"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43"^^xsd:integer ;
  dwc:maximumDepthInMeters "43"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.69"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_758'^^xsd:string;
  dwc:scientificName 'Geodia cydonium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.69'^^xsd:double;
  dwc:minimumDepth '43'^^xsd:integer;
  dwc:maximumDepth '43'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134025'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_758'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '134025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.69"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43"^^xsd:integer ;
  dwc:maximumDepthInMeters "43"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.69"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_759'^^xsd:string;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.69'^^xsd:double;
  dwc:minimumDepth '43'^^xsd:integer;
  dwc:maximumDepth '43'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_759'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.69"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43"^^xsd:integer ;
  dwc:maximumDepthInMeters "43"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.69"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_760'^^xsd:string;
  dwc:scientificName 'Haliclona (Haliclona) simulans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.69'^^xsd:double;
  dwc:minimumDepth '43'^^xsd:integer;
  dwc:maximumDepth '43'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132858'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_760'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '132858'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.69"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43"^^xsd:integer ;
  dwc:maximumDepthInMeters "43"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.69"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_761'^^xsd:string;
  dwc:scientificName 'Hippospongia communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.69'^^xsd:double;
  dwc:minimumDepth '43'^^xsd:integer;
  dwc:maximumDepth '43'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132377'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_761'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '132377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.69"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43"^^xsd:integer ;
  dwc:maximumDepthInMeters "43"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.69"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_762'^^xsd:string;
  dwc:scientificName 'Calliactis parasitica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.69'^^xsd:double;
  dwc:minimumDepth '43'^^xsd:integer;
  dwc:maximumDepth '43'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100946'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_762'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '100946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.69"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43"^^xsd:integer ;
  dwc:maximumDepthInMeters "43"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.69"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_763'^^xsd:string;
  dwc:scientificName 'Pagurus alatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.69'^^xsd:double;
  dwc:minimumDepth '43'^^xsd:integer;
  dwc:maximumDepth '43'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107230'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_763'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '107230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.69"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43"^^xsd:integer ;
  dwc:maximumDepthInMeters "43"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.69"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_765'^^xsd:string;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.69'^^xsd:double;
  dwc:minimumDepth '43'^^xsd:integer;
  dwc:maximumDepth '43'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_765'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.69"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43"^^xsd:integer ;
  dwc:maximumDepthInMeters "43"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.69"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_768'^^xsd:string;
  dwc:scientificName 'Calliostoma granulatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.69'^^xsd:double;
  dwc:minimumDepth '43'^^xsd:integer;
  dwc:maximumDepth '43'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141753'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_768'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '141753'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.69"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43"^^xsd:integer ;
  dwc:maximumDepthInMeters "43"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.69"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_769'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.69'^^xsd:double;
  dwc:minimumDepth '43'^^xsd:integer;
  dwc:maximumDepth '43'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_769'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.69"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43"^^xsd:integer ;
  dwc:maximumDepthInMeters "43"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.69"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_770'^^xsd:string;
  dwc:scientificName 'Scaphander lignarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.69'^^xsd:double;
  dwc:minimumDepth '43'^^xsd:integer;
  dwc:maximumDepth '43'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139488'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_770'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '139488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.69"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43"^^xsd:integer ;
  dwc:maximumDepthInMeters "43"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.69"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_771'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.69'^^xsd:double;
  dwc:minimumDepth '43'^^xsd:integer;
  dwc:maximumDepth '43'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_771'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.69"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43"^^xsd:integer ;
  dwc:maximumDepthInMeters "43"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.69"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_772'^^xsd:string;
  dwc:scientificName 'Pecten jacobaeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.69'^^xsd:double;
  dwc:minimumDepth '43'^^xsd:integer;
  dwc:maximumDepth '43'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '394429'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_772'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '394429'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.69"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43"^^xsd:integer ;
  dwc:maximumDepthInMeters "43"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.69"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_773'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.69'^^xsd:double;
  dwc:minimumDepth '43'^^xsd:integer;
  dwc:maximumDepth '43'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_773'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.69"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43"^^xsd:integer ;
  dwc:maximumDepthInMeters "43"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.69"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_774'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.69'^^xsd:double;
  dwc:minimumDepth '43'^^xsd:integer;
  dwc:maximumDepth '43'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_774'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.69"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43"^^xsd:integer ;
  dwc:maximumDepthInMeters "43"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.69"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_775'^^xsd:string;
  dwc:scientificName 'Sphaerechinus granularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.69'^^xsd:double;
  dwc:minimumDepth '43'^^xsd:integer;
  dwc:maximumDepth '43'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124427'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_775'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '124427'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.69"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43"^^xsd:integer ;
  dwc:maximumDepthInMeters "43"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.69"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_776'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.69'^^xsd:double;
  dwc:minimumDepth '43'^^xsd:integer;
  dwc:maximumDepth '43'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_776'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.69"^^xsd:decimal ;
  dwc:decimalLongitude "13.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "43"^^xsd:integer ;
  dwc:maximumDepthInMeters "43"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.69 13.58)"^^geo:wktLiteral ;
  geo-pos:lat "44.69"^^xsd:decimal ;
  geo-pos:long "13.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_777'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.58'^^xsd:double;
  dwc:latitude '44.69'^^xsd:double;
  dwc:minimumDepth '43'^^xsd:integer;
  dwc:maximumDepth '43'^^xsd:integer;
  dwc:occurrenceRemarks 'calcareous algae. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_777'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_960'^^xsd:string;
  dwc:scientificName 'Aphrodita aculeata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.6'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '129840'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_960'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '129840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_962'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.6'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_962'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_963'^^xsd:string;
  dwc:scientificName 'Pagurus alatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.6'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107230'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_963'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '107230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_964'^^xsd:string;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.6'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_964'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_966'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.6'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_966'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_967'^^xsd:string;
  dwc:scientificName 'Pilumnus hirtellus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.6'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107418'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_967'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '107418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_968'^^xsd:string;
  dwc:scientificName 'Pecten jacobaeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.6'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '394429'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_968'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '394429'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_969'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.6'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_969'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_971'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.6'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_971'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_972'^^xsd:string;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.6'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_972'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_973'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.6'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_973'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_975'^^xsd:string;
  dwc:scientificName 'Polycitor adriaticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.6'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103625'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_975'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '103625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_976'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.6'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_976'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_977'^^xsd:string;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.6'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_977'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_978'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.6'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_978'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_970'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.6'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_970'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_946'^^xsd:string;
  dwc:scientificName 'Geodia cydonium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.6'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134025'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_946'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '134025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_947'^^xsd:string;
  dwc:scientificName 'Polymastia mamillaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.6'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134204'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_947'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '134204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_948'^^xsd:string;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.6'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_948'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_949'^^xsd:string;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.6'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_949'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_954'^^xsd:string;
  dwc:scientificName 'Sarcotragus foetidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.6'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132371'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_954'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '132371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_958'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.6'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_958'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_959'^^xsd:string;
  dwc:scientificName 'Pennatula phosphorea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.6'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '128517'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_959'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '128517'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_950'^^xsd:string;
  dwc:scientificName 'Axinella cannabina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.6'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132470'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_950'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '132470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "66.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 13.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_951'^^xsd:string;
  dwc:scientificName 'Mycale (Aegogropila) tunicata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.6'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:minimumDepth '66.6'^^xsd:double;
  dwc:maximumDepth '66.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '168550'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_951'^^xsd:string;
  dwc:observationDate '1982-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '168550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1166'^^xsd:string;
  dwc:scientificName 'Squilla mantis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '136137'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1166'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '136137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1173'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1173'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1174'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1174'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1175'^^xsd:string;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1175'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1176'^^xsd:string;
  dwc:scientificName 'Naticarius stercusmuscarum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '720574'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1176'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '720574'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1177'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1177'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1178'^^xsd:string;
  dwc:scientificName 'Bolinus brandaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140389'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1178'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '140389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1179'^^xsd:string;
  dwc:scientificName 'Tritia mutabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '876840'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1179'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '876840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1180'^^xsd:string;
  dwc:scientificName 'Angiola lineata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '224584'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1180'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '759678'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1181'^^xsd:string;
  dwc:scientificName 'Hadriania craticulata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '387245'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1181'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '1591032'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1182'^^xsd:string;
  dwc:scientificName 'Philine aperta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '574582'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1182'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '574582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1196'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1196'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1197'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1197'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1195'^^xsd:string;
  dwc:scientificName 'Brissopsis lyrifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124373'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1195'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '124373'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1183'^^xsd:string;
  dwc:scientificName 'Fimbria fimbriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '464161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1183'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '464161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1184'^^xsd:string;
  dwc:scientificName 'Atrina pectinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140779'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1184'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '140779'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1185'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1185'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1186'^^xsd:string;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1186'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1187> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1187'^^xsd:string;
  dwc:scientificName 'Acanthocardia paucicostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138993'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1187'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '138993'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1188'^^xsd:string;
  dwc:scientificName 'Polititapes aureus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '246150'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1188'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '246150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1189'^^xsd:string;
  dwc:scientificName 'Corbula gibba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139410'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1189'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '378492'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1191'^^xsd:string;
  dwc:scientificName 'Leptopentacta tergestina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124636'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1191'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '1474379'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1192'^^xsd:string;
  dwc:scientificName 'Leptopentacta elongata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124635'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1192'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '1474372'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1194'^^xsd:string;
  dwc:scientificName 'Ova canaliferus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '513426'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1194'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '569394'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1165'^^xsd:string;
  dwc:scientificName 'Aphrodita aculeata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '129840'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1165'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '129840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1171'^^xsd:string;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1171'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1169'^^xsd:string;
  dwc:scientificName 'Anapagurus bicorniger'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107213'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1169'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '107213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1170'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1170'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1167'^^xsd:string;
  dwc:scientificName 'Alpheus glaber'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107477'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1167'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '107477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.64"^^xsd:decimal ;
  dwc:decimalLongitude "13.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "22.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.64 13.62)"^^geo:wktLiteral ;
  geo-pos:lat "43.64"^^xsd:decimal ;
  geo-pos:long "13.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1172'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.62'^^xsd:double;
  dwc:latitude '43.64'^^xsd:double;
  dwc:minimumDepth '22.2'^^xsd:double;
  dwc:maximumDepth '22.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1172'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "13.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "23.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "13.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1214'^^xsd:string;
  dwc:scientificName 'Tritia mutabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.64'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:minimumDepth '23.2'^^xsd:double;
  dwc:maximumDepth '23.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '876840'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1214'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '876840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "13.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "23.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "13.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1217'^^xsd:string;
  dwc:scientificName 'Philine aperta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.64'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:minimumDepth '23.2'^^xsd:double;
  dwc:maximumDepth '23.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '574582'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1217'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '574582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "13.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "23.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "13.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1219'^^xsd:string;
  dwc:scientificName 'Atrina pectinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.64'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:minimumDepth '23.2'^^xsd:double;
  dwc:maximumDepth '23.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140779'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1219'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '140779'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "13.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "23.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "13.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1220'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.64'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:minimumDepth '23.2'^^xsd:double;
  dwc:maximumDepth '23.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1220'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "13.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "23.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "13.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1221'^^xsd:string;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.64'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:minimumDepth '23.2'^^xsd:double;
  dwc:maximumDepth '23.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1221'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "13.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "23.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "13.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1224'^^xsd:string;
  dwc:scientificName 'Corbula gibba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.64'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:minimumDepth '23.2'^^xsd:double;
  dwc:maximumDepth '23.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139410'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1224'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '378492'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "13.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "23.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "13.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1225'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.64'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:minimumDepth '23.2'^^xsd:double;
  dwc:maximumDepth '23.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1225'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "13.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "23.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "13.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1226'^^xsd:string;
  dwc:scientificName 'Leptopentacta tergestina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.64'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:minimumDepth '23.2'^^xsd:double;
  dwc:maximumDepth '23.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124636'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1226'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '1474379'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "13.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "23.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "13.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1227'^^xsd:string;
  dwc:scientificName 'Leptopentacta elongata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.64'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:minimumDepth '23.2'^^xsd:double;
  dwc:maximumDepth '23.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124635'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1227'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '1474372'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "13.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "23.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "13.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1228'^^xsd:string;
  dwc:scientificName 'Oestergrenia digitata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.64'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:minimumDepth '23.2'^^xsd:double;
  dwc:maximumDepth '23.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '152547'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1228'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '152547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "13.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "23.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "13.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1209'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.64'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:minimumDepth '23.2'^^xsd:double;
  dwc:maximumDepth '23.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1209'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "13.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "23.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "13.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1210'^^xsd:string;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.64'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:minimumDepth '23.2'^^xsd:double;
  dwc:maximumDepth '23.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1210'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "13.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "23.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "13.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1211'^^xsd:string;
  dwc:scientificName 'Naticarius stercusmuscarum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.64'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:minimumDepth '23.2'^^xsd:double;
  dwc:maximumDepth '23.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '720574'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1211'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '720574'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "13.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "23.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "13.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1212'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.64'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:minimumDepth '23.2'^^xsd:double;
  dwc:maximumDepth '23.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1212'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "13.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "23.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "13.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1213'^^xsd:string;
  dwc:scientificName 'Bolinus brandaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.64'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:minimumDepth '23.2'^^xsd:double;
  dwc:maximumDepth '23.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140389'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1213'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '140389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "13.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "23.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "13.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1199'^^xsd:string;
  dwc:scientificName 'Virgularia mirabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.64'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:minimumDepth '23.2'^^xsd:double;
  dwc:maximumDepth '23.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '128539'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1199'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '128539'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "13.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "23.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "13.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1201'^^xsd:string;
  dwc:scientificName 'Squilla mantis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.64'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:minimumDepth '23.2'^^xsd:double;
  dwc:maximumDepth '23.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '136137'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1201'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '136137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "13.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "23.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "13.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1203'^^xsd:string;
  dwc:scientificName 'Penaeus kerathurus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.64'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:minimumDepth '23.2'^^xsd:double;
  dwc:maximumDepth '23.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '246388'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1203'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '1809195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "13.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "23.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "13.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1206'^^xsd:string;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.64'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:minimumDepth '23.2'^^xsd:double;
  dwc:maximumDepth '23.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1206'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "13.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "23.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "13.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1207'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.64'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:minimumDepth '23.2'^^xsd:double;
  dwc:maximumDepth '23.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1207'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "13.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "23.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "13.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1233'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.64'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:minimumDepth '23.2'^^xsd:double;
  dwc:maximumDepth '23.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1233'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "13.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "23.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "13.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1230'^^xsd:string;
  dwc:scientificName 'Brissopsis lyrifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.64'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:minimumDepth '23.2'^^xsd:double;
  dwc:maximumDepth '23.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124373'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1230'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '124373'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "13.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "23.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 13.64)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "13.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1232'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.64'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:minimumDepth '23.2'^^xsd:double;
  dwc:maximumDepth '23.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1232'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 13.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "13.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 13.75)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "13.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1251'^^xsd:string;
  dwc:scientificName 'Aphrodita aculeata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.75'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '129840'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1251'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '129840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 13.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "13.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 13.75)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "13.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1254'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.75'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1254'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 13.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "13.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 13.75)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "13.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1255'^^xsd:string;
  dwc:scientificName 'Pontophilus spinosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.75'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107564'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1255'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '107564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 13.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "13.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 13.75)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "13.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1257'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.75'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1257'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 13.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "13.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 13.75)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "13.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1258'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.75'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1258'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 13.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "13.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 13.75)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "13.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1260'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.75'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1260'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 13.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "13.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 13.75)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "13.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1261'^^xsd:string;
  dwc:scientificName 'Nucula sulcata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.75'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140592'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1261'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '140592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 13.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "13.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 13.75)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "13.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1263'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.75'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1263'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 13.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "13.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 13.75)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "13.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1256'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.75'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1256'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 13.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "13.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 13.75)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "13.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1266'^^xsd:string;
  dwc:scientificName 'Brissopsis lyrifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.75'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124373'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1266'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '124373'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 13.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "13.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 13.75)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "13.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1267'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.75'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1267'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 13.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "13.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 13.75)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "13.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1264'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.75'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1264'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 13.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "13.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 13.75)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "13.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1265'^^xsd:string;
  dwc:scientificName 'Leptopentacta elongata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.75'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124635'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1265'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '1474372'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "13.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "71.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "13.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1250'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.76'^^xsd:double;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '71.4'^^xsd:double;
  dwc:maximumDepth '71.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1250'^^xsd:string;
  dwc:observationDate '1982-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "13.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "71.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "13.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1234'^^xsd:string;
  dwc:scientificName 'Aphrodita aculeata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.76'^^xsd:double;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '71.4'^^xsd:double;
  dwc:maximumDepth '71.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '129840'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1234'^^xsd:string;
  dwc:observationDate '1982-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '129840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "13.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "71.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "13.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1235'^^xsd:string;
  dwc:scientificName 'Squilla mantis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.76'^^xsd:double;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '71.4'^^xsd:double;
  dwc:maximumDepth '71.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '136137'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1235'^^xsd:string;
  dwc:observationDate '1982-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '136137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "13.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "71.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "13.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1236'^^xsd:string;
  dwc:scientificName 'Alpheus glaber'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.76'^^xsd:double;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '71.4'^^xsd:double;
  dwc:maximumDepth '71.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107477'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1236'^^xsd:string;
  dwc:observationDate '1982-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '107477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "13.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "71.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "13.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1237'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.76'^^xsd:double;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '71.4'^^xsd:double;
  dwc:maximumDepth '71.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1237'^^xsd:string;
  dwc:observationDate '1982-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "13.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "71.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "13.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1238'^^xsd:string;
  dwc:scientificName 'Pontophilus spinosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.76'^^xsd:double;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '71.4'^^xsd:double;
  dwc:maximumDepth '71.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107564'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1238'^^xsd:string;
  dwc:observationDate '1982-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '107564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "13.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "71.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "13.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1239'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.76'^^xsd:double;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '71.4'^^xsd:double;
  dwc:maximumDepth '71.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1239'^^xsd:string;
  dwc:observationDate '1982-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "13.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "71.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "13.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1240'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.76'^^xsd:double;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '71.4'^^xsd:double;
  dwc:maximumDepth '71.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1240'^^xsd:string;
  dwc:observationDate '1982-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "13.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "71.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "13.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1241'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.76'^^xsd:double;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '71.4'^^xsd:double;
  dwc:maximumDepth '71.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1241'^^xsd:string;
  dwc:observationDate '1982-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "13.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "71.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "13.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1242'^^xsd:string;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.76'^^xsd:double;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '71.4'^^xsd:double;
  dwc:maximumDepth '71.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1242'^^xsd:string;
  dwc:observationDate '1982-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "13.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "71.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "13.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1243'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.76'^^xsd:double;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '71.4'^^xsd:double;
  dwc:maximumDepth '71.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1243'^^xsd:string;
  dwc:observationDate '1982-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "13.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "71.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "13.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1244'^^xsd:string;
  dwc:scientificName 'Nucula sulcata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.76'^^xsd:double;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '71.4'^^xsd:double;
  dwc:maximumDepth '71.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140592'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1244'^^xsd:string;
  dwc:observationDate '1982-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '140592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "13.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "71.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "13.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1245'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.76'^^xsd:double;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '71.4'^^xsd:double;
  dwc:maximumDepth '71.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1245'^^xsd:string;
  dwc:observationDate '1982-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "13.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "71.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "13.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1246'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.76'^^xsd:double;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '71.4'^^xsd:double;
  dwc:maximumDepth '71.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1246'^^xsd:string;
  dwc:observationDate '1982-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "13.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "71.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "13.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1247'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.76'^^xsd:double;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '71.4'^^xsd:double;
  dwc:maximumDepth '71.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1247'^^xsd:string;
  dwc:observationDate '1982-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "13.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "71.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 13.76)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "13.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1248'^^xsd:string;
  dwc:scientificName 'Leptopentacta elongata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.76'^^xsd:double;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '71.4'^^xsd:double;
  dwc:maximumDepth '71.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124635'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1248'^^xsd:string;
  dwc:observationDate '1982-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '1474372'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1031'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.79'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1031'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1041'^^xsd:string;
  dwc:scientificName 'Anseropoda placenta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.79'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123985'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1041'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '123985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1042'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.79'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1042'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1043'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.79'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1043'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1044'^^xsd:string;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.79'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1044'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1045'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.79'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1045'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1015'^^xsd:string;
  dwc:scientificName 'Mycale (Aegogropila) tunicata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.79'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '168550'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1015'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '168550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1012'^^xsd:string;
  dwc:scientificName 'Geodia cydonium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.79'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134025'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1012'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '134025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1013'^^xsd:string;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.79'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1013'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1014'^^xsd:string;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.79'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1014'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1032'^^xsd:string;
  dwc:scientificName 'Pecten jacobaeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.79'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '394429'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1032'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '394429'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1033'^^xsd:string;
  dwc:scientificName 'Laevicardium oblongum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.79'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139006'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1033'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '139006'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1034'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.79'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1034'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1035'^^xsd:string;
  dwc:scientificName 'Holothuria (Holothuria) tubulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.79'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125182'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1035'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '125182'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1036'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.79'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1036'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1037'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.79'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1037'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1038'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.79'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1038'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1039'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.79'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1039'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1040'^^xsd:string;
  dwc:scientificName 'Echinaster (Echinaster) sepositus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.79'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1040'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '125161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1016'^^xsd:string;
  dwc:scientificName 'Spongia (Spongia) officinalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.79'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '165220'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1016'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '165220'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1020'^^xsd:string;
  dwc:scientificName 'Sarcotragus foetidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.79'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132371'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1020'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '132371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1022'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.79'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1022'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1023'^^xsd:string;
  dwc:scientificName 'Aphrodita aculeata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.79'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '129840'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1023'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '129840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1024'^^xsd:string;
  dwc:scientificName 'Pagurus alatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.79'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107230'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1024'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '107230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1025'^^xsd:string;
  dwc:scientificName 'Paguristes eremita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.79'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1025'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '107200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1027'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.79'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1027'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1029'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.79'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1029'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "61"^^xsd:integer ;
  dwc:maximumDepthInMeters "61"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.79)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1030'^^xsd:string;
  dwc:scientificName 'Pilumnus hirtellus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.79'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '61'^^xsd:integer;
  dwc:maximumDepth '61'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107418'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1030'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '107418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "58"^^xsd:integer ;
  dwc:maximumDepthInMeters "58"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1070'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.85'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '58'^^xsd:integer;
  dwc:maximumDepth '58'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1070'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "58"^^xsd:integer ;
  dwc:maximumDepthInMeters "58"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1072'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.85'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '58'^^xsd:integer;
  dwc:maximumDepth '58'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1072'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "58"^^xsd:integer ;
  dwc:maximumDepthInMeters "58"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1073'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.85'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '58'^^xsd:integer;
  dwc:maximumDepth '58'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1073'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "58"^^xsd:integer ;
  dwc:maximumDepthInMeters "58"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1074'^^xsd:string;
  dwc:scientificName 'Echinaster (Echinaster) sepositus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.85'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '58'^^xsd:integer;
  dwc:maximumDepth '58'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1074'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '125161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "58"^^xsd:integer ;
  dwc:maximumDepthInMeters "58"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1075'^^xsd:string;
  dwc:scientificName 'Anseropoda placenta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.85'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '58'^^xsd:integer;
  dwc:maximumDepth '58'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123985'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1075'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '123985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "58"^^xsd:integer ;
  dwc:maximumDepthInMeters "58"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1076'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.85'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '58'^^xsd:integer;
  dwc:maximumDepth '58'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1076'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "58"^^xsd:integer ;
  dwc:maximumDepthInMeters "58"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1077'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.85'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '58'^^xsd:integer;
  dwc:maximumDepth '58'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1077'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "58"^^xsd:integer ;
  dwc:maximumDepthInMeters "58"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1079'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.85'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '58'^^xsd:integer;
  dwc:maximumDepth '58'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1079'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "58"^^xsd:integer ;
  dwc:maximumDepthInMeters "58"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1069'^^xsd:string;
  dwc:scientificName 'Holothuria (Holothuria) tubulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.85'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '58'^^xsd:integer;
  dwc:maximumDepth '58'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125182'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1069'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '125182'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "58"^^xsd:integer ;
  dwc:maximumDepthInMeters "58"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1062'^^xsd:string;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.85'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '58'^^xsd:integer;
  dwc:maximumDepth '58'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1062'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "58"^^xsd:integer ;
  dwc:maximumDepthInMeters "58"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1063'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.85'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '58'^^xsd:integer;
  dwc:maximumDepth '58'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1063'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "58"^^xsd:integer ;
  dwc:maximumDepthInMeters "58"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1064'^^xsd:string;
  dwc:scientificName 'Pilumnus hirtellus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.85'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '58'^^xsd:integer;
  dwc:maximumDepth '58'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107418'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1064'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '107418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "58"^^xsd:integer ;
  dwc:maximumDepthInMeters "58"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1065'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.85'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '58'^^xsd:integer;
  dwc:maximumDepth '58'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1065'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "58"^^xsd:integer ;
  dwc:maximumDepthInMeters "58"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1066'^^xsd:string;
  dwc:scientificName 'Pecten jacobaeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.85'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '58'^^xsd:integer;
  dwc:maximumDepth '58'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '394429'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1066'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '394429'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "58"^^xsd:integer ;
  dwc:maximumDepthInMeters "58"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1068'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.85'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '58'^^xsd:integer;
  dwc:maximumDepth '58'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1068'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "58"^^xsd:integer ;
  dwc:maximumDepthInMeters "58"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1046'^^xsd:string;
  dwc:scientificName 'Geodia cydonium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.85'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '58'^^xsd:integer;
  dwc:maximumDepth '58'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134025'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1046'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '134025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "58"^^xsd:integer ;
  dwc:maximumDepthInMeters "58"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1047'^^xsd:string;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.85'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '58'^^xsd:integer;
  dwc:maximumDepth '58'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1047'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "58"^^xsd:integer ;
  dwc:maximumDepthInMeters "58"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1048'^^xsd:string;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.85'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '58'^^xsd:integer;
  dwc:maximumDepth '58'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1048'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "58"^^xsd:integer ;
  dwc:maximumDepthInMeters "58"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1050'^^xsd:string;
  dwc:scientificName 'Spongia (Spongia) officinalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.85'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '58'^^xsd:integer;
  dwc:maximumDepth '58'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '165220'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1050'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '165220'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "58"^^xsd:integer ;
  dwc:maximumDepthInMeters "58"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1051'^^xsd:string;
  dwc:scientificName 'Tedania (Tedania) anhelans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.85'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '58'^^xsd:integer;
  dwc:maximumDepth '58'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '169546'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1051'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '169546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "58"^^xsd:integer ;
  dwc:maximumDepthInMeters "58"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1052'^^xsd:string;
  dwc:scientificName 'Pachymatisma johnstonia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.85'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '58'^^xsd:integer;
  dwc:maximumDepth '58'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1052'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "58"^^xsd:integer ;
  dwc:maximumDepthInMeters "58"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1053'^^xsd:string;
  dwc:scientificName 'Hippospongia communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.85'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '58'^^xsd:integer;
  dwc:maximumDepth '58'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132377'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1053'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '132377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "58"^^xsd:integer ;
  dwc:maximumDepthInMeters "58"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1054'^^xsd:string;
  dwc:scientificName 'Sarcotragus foetidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.85'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '58'^^xsd:integer;
  dwc:maximumDepth '58'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132371'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1054'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '132371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "58"^^xsd:integer ;
  dwc:maximumDepthInMeters "58"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1055'^^xsd:string;
  dwc:scientificName 'Adamsia palliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.85'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '58'^^xsd:integer;
  dwc:maximumDepth '58'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '445590'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1055'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '1658483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "58"^^xsd:integer ;
  dwc:maximumDepthInMeters "58"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1058'^^xsd:string;
  dwc:scientificName 'Pagurus alatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.85'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '58'^^xsd:integer;
  dwc:maximumDepth '58'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107230'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1058'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '107230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "13.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "58"^^xsd:integer ;
  dwc:maximumDepthInMeters "58"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 13.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1060'^^xsd:string;
  dwc:scientificName 'Pagurus prideaux'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.85'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:minimumDepth '58'^^xsd:integer;
  dwc:maximumDepth '58'^^xsd:integer;
  dwc:occurrenceRemarks 'Seaweed: Spongites fruticulosa. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107239'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1060'^^xsd:string;
  dwc:observationDate '1982-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '107239'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.01"^^xsd:decimal ;
  geo-pos:long "13.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1439'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.93'^^xsd:double;
  dwc:latitude '43.01'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1439'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.01"^^xsd:decimal ;
  geo-pos:long "13.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1436'^^xsd:string;
  dwc:scientificName 'Squilla mantis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.93'^^xsd:double;
  dwc:latitude '43.01'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '136137'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1436'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '136137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.01"^^xsd:decimal ;
  geo-pos:long "13.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1438'^^xsd:string;
  dwc:scientificName 'Anapagurus bicorniger'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.93'^^xsd:double;
  dwc:latitude '43.01'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107213'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1438'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '107213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.01"^^xsd:decimal ;
  geo-pos:long "13.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1440'^^xsd:string;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.93'^^xsd:double;
  dwc:latitude '43.01'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1440'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.01"^^xsd:decimal ;
  geo-pos:long "13.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1441'^^xsd:string;
  dwc:scientificName 'Derilambrus angulifrons'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.93'^^xsd:double;
  dwc:latitude '43.01'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '442260'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1441'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '442260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1444> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.01"^^xsd:decimal ;
  geo-pos:long "13.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1444'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.93'^^xsd:double;
  dwc:latitude '43.01'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1444'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.01"^^xsd:decimal ;
  geo-pos:long "13.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1445'^^xsd:string;
  dwc:scientificName 'Penaeus kerathurus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.93'^^xsd:double;
  dwc:latitude '43.01'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '246388'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1445'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '1809195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.01"^^xsd:decimal ;
  geo-pos:long "13.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1446'^^xsd:string;
  dwc:scientificName 'Ilia nucleus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.93'^^xsd:double;
  dwc:latitude '43.01'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107303'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1446'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '107303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.01"^^xsd:decimal ;
  geo-pos:long "13.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1447'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.93'^^xsd:double;
  dwc:latitude '43.01'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1447'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.01"^^xsd:decimal ;
  geo-pos:long "13.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1449'^^xsd:string;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.93'^^xsd:double;
  dwc:latitude '43.01'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1449'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.01"^^xsd:decimal ;
  geo-pos:long "13.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1450'^^xsd:string;
  dwc:scientificName 'Naticarius stercusmuscarum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.93'^^xsd:double;
  dwc:latitude '43.01'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '720574'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1450'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '720574'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.01"^^xsd:decimal ;
  geo-pos:long "13.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1451'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.93'^^xsd:double;
  dwc:latitude '43.01'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1451'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.01"^^xsd:decimal ;
  geo-pos:long "13.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1452'^^xsd:string;
  dwc:scientificName 'Tritia mutabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.93'^^xsd:double;
  dwc:latitude '43.01'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '876840'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1452'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '876840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.01"^^xsd:decimal ;
  geo-pos:long "13.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1442'^^xsd:string;
  dwc:scientificName 'Parthenopoides massena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.93'^^xsd:double;
  dwc:latitude '43.01'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '442300'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1442'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '442300'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.01"^^xsd:decimal ;
  geo-pos:long "13.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1443'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.93'^^xsd:double;
  dwc:latitude '43.01'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1443'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.01"^^xsd:decimal ;
  geo-pos:long "13.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1468'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.93'^^xsd:double;
  dwc:latitude '43.01'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1468'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.01"^^xsd:decimal ;
  geo-pos:long "13.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1469'^^xsd:string;
  dwc:scientificName 'Ova canaliferus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.93'^^xsd:double;
  dwc:latitude '43.01'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '513426'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1469'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '569394'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.01"^^xsd:decimal ;
  geo-pos:long "13.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1465'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.93'^^xsd:double;
  dwc:latitude '43.01'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1465'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1454> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.01"^^xsd:decimal ;
  geo-pos:long "13.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1454'^^xsd:string;
  dwc:scientificName 'Philine aperta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.93'^^xsd:double;
  dwc:latitude '43.01'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '574582'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1454'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '574582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.01"^^xsd:decimal ;
  geo-pos:long "13.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1455'^^xsd:string;
  dwc:scientificName 'Acanthocardia echinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.93'^^xsd:double;
  dwc:latitude '43.01'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138992'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1455'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '138992'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.01"^^xsd:decimal ;
  geo-pos:long "13.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1457'^^xsd:string;
  dwc:scientificName 'Acanthocardia paucicostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.93'^^xsd:double;
  dwc:latitude '43.01'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138993'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1457'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '138993'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.01"^^xsd:decimal ;
  geo-pos:long "13.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1458'^^xsd:string;
  dwc:scientificName 'Polititapes aureus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.93'^^xsd:double;
  dwc:latitude '43.01'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '246150'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1458'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '246150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.01"^^xsd:decimal ;
  geo-pos:long "13.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1459'^^xsd:string;
  dwc:scientificName 'Corbula gibba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.93'^^xsd:double;
  dwc:latitude '43.01'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139410'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1459'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '378492'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.01"^^xsd:decimal ;
  geo-pos:long "13.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1461'^^xsd:string;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.93'^^xsd:double;
  dwc:latitude '43.01'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1461'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.01"^^xsd:decimal ;
  geo-pos:long "13.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1462'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.93'^^xsd:double;
  dwc:latitude '43.01'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1462'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.01"^^xsd:decimal ;
  geo-pos:long "13.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1463'^^xsd:string;
  dwc:scientificName 'Polititapes rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.93'^^xsd:double;
  dwc:latitude '43.01'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '745846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1463'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '745846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.01"^^xsd:decimal ;
  geo-pos:long "13.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1464'^^xsd:string;
  dwc:scientificName 'Fimbria fimbriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.93'^^xsd:double;
  dwc:latitude '43.01'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '464161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1464'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '464161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.01"^^xsd:decimal ;
  dwc:decimalLongitude "13.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.01 13.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.01"^^xsd:decimal ;
  geo-pos:long "13.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1467'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.93'^^xsd:double;
  dwc:latitude '43.01'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1467'^^xsd:string;
  dwc:observationDate '1982-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.02"^^xsd:decimal ;
  dwc:decimalLongitude "13.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.02"^^xsd:decimal ;
  geo-pos:long "13.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1402'^^xsd:string;
  dwc:scientificName 'Squilla mantis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.94'^^xsd:double;
  dwc:latitude '43.02'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '136137'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1402'^^xsd:string;
  dwc:observationDate '1982-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '136137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.02"^^xsd:decimal ;
  dwc:decimalLongitude "13.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.02"^^xsd:decimal ;
  geo-pos:long "13.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1403'^^xsd:string;
  dwc:scientificName 'Pestarella tyrrhena'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.94'^^xsd:double;
  dwc:latitude '43.02'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '238027'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1403'^^xsd:string;
  dwc:observationDate '1982-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '1398927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.02"^^xsd:decimal ;
  dwc:decimalLongitude "13.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.02"^^xsd:decimal ;
  geo-pos:long "13.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1404'^^xsd:string;
  dwc:scientificName 'Anapagurus bicorniger'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.94'^^xsd:double;
  dwc:latitude '43.02'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107213'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1404'^^xsd:string;
  dwc:observationDate '1982-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '107213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.02"^^xsd:decimal ;
  dwc:decimalLongitude "13.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.02"^^xsd:decimal ;
  geo-pos:long "13.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1405'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.94'^^xsd:double;
  dwc:latitude '43.02'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1405'^^xsd:string;
  dwc:observationDate '1982-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.02"^^xsd:decimal ;
  dwc:decimalLongitude "13.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.02"^^xsd:decimal ;
  geo-pos:long "13.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1406'^^xsd:string;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.94'^^xsd:double;
  dwc:latitude '43.02'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1406'^^xsd:string;
  dwc:observationDate '1982-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.02"^^xsd:decimal ;
  dwc:decimalLongitude "13.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.02"^^xsd:decimal ;
  geo-pos:long "13.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1407'^^xsd:string;
  dwc:scientificName 'Derilambrus angulifrons'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.94'^^xsd:double;
  dwc:latitude '43.02'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '442260'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1407'^^xsd:string;
  dwc:observationDate '1982-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '442260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.02"^^xsd:decimal ;
  dwc:decimalLongitude "13.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.02"^^xsd:decimal ;
  geo-pos:long "13.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1409'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.94'^^xsd:double;
  dwc:latitude '43.02'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1409'^^xsd:string;
  dwc:observationDate '1982-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.02"^^xsd:decimal ;
  dwc:decimalLongitude "13.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.02"^^xsd:decimal ;
  geo-pos:long "13.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1410'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.94'^^xsd:double;
  dwc:latitude '43.02'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1410'^^xsd:string;
  dwc:observationDate '1982-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.02"^^xsd:decimal ;
  dwc:decimalLongitude "13.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.02"^^xsd:decimal ;
  geo-pos:long "13.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1413'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.94'^^xsd:double;
  dwc:latitude '43.02'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1413'^^xsd:string;
  dwc:observationDate '1982-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.02"^^xsd:decimal ;
  dwc:decimalLongitude "13.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.02"^^xsd:decimal ;
  geo-pos:long "13.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1414'^^xsd:string;
  dwc:scientificName 'Calyptraea chinensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.94'^^xsd:double;
  dwc:latitude '43.02'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138961'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1414'^^xsd:string;
  dwc:observationDate '1982-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '138961'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.02"^^xsd:decimal ;
  dwc:decimalLongitude "13.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.02"^^xsd:decimal ;
  geo-pos:long "13.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1415'^^xsd:string;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.94'^^xsd:double;
  dwc:latitude '43.02'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1415'^^xsd:string;
  dwc:observationDate '1982-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.02"^^xsd:decimal ;
  dwc:decimalLongitude "13.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.02"^^xsd:decimal ;
  geo-pos:long "13.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1416'^^xsd:string;
  dwc:scientificName 'Naticarius stercusmuscarum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.94'^^xsd:double;
  dwc:latitude '43.02'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '720574'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1416'^^xsd:string;
  dwc:observationDate '1982-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '720574'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.02"^^xsd:decimal ;
  dwc:decimalLongitude "13.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.02"^^xsd:decimal ;
  geo-pos:long "13.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1418'^^xsd:string;
  dwc:scientificName 'Tritia mutabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.94'^^xsd:double;
  dwc:latitude '43.02'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '876840'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1418'^^xsd:string;
  dwc:observationDate '1982-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '876840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.02"^^xsd:decimal ;
  dwc:decimalLongitude "13.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.02"^^xsd:decimal ;
  geo-pos:long "13.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1419'^^xsd:string;
  dwc:scientificName 'Tritia reticulata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.94'^^xsd:double;
  dwc:latitude '43.02'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '876821'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1419'^^xsd:string;
  dwc:observationDate '1982-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '876821'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1420> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.02"^^xsd:decimal ;
  dwc:decimalLongitude "13.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.02"^^xsd:decimal ;
  geo-pos:long "13.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1420'^^xsd:string;
  dwc:scientificName 'Philine aperta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.94'^^xsd:double;
  dwc:latitude '43.02'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '574582'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1420'^^xsd:string;
  dwc:observationDate '1982-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '574582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.02"^^xsd:decimal ;
  dwc:decimalLongitude "13.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.02"^^xsd:decimal ;
  geo-pos:long "13.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1421'^^xsd:string;
  dwc:scientificName 'Acanthocardia echinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.94'^^xsd:double;
  dwc:latitude '43.02'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138992'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1421'^^xsd:string;
  dwc:observationDate '1982-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '138992'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.02"^^xsd:decimal ;
  dwc:decimalLongitude "13.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.02"^^xsd:decimal ;
  geo-pos:long "13.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1422'^^xsd:string;
  dwc:scientificName 'Acanthocardia aculeata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.94'^^xsd:double;
  dwc:latitude '43.02'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138990'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1422'^^xsd:string;
  dwc:observationDate '1982-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '138990'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.02"^^xsd:decimal ;
  dwc:decimalLongitude "13.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.02"^^xsd:decimal ;
  geo-pos:long "13.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1423'^^xsd:string;
  dwc:scientificName 'Acanthocardia paucicostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.94'^^xsd:double;
  dwc:latitude '43.02'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138993'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1423'^^xsd:string;
  dwc:observationDate '1982-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '138993'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.02"^^xsd:decimal ;
  dwc:decimalLongitude "13.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.02"^^xsd:decimal ;
  geo-pos:long "13.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1424'^^xsd:string;
  dwc:scientificName 'Polititapes aureus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.94'^^xsd:double;
  dwc:latitude '43.02'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '246150'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1424'^^xsd:string;
  dwc:observationDate '1982-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '246150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.02"^^xsd:decimal ;
  dwc:decimalLongitude "13.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.02"^^xsd:decimal ;
  geo-pos:long "13.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1425'^^xsd:string;
  dwc:scientificName 'Corbula gibba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.94'^^xsd:double;
  dwc:latitude '43.02'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139410'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1425'^^xsd:string;
  dwc:observationDate '1982-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '378492'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.02"^^xsd:decimal ;
  dwc:decimalLongitude "13.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.02"^^xsd:decimal ;
  geo-pos:long "13.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1426'^^xsd:string;
  dwc:scientificName 'Spisula subtruncata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.94'^^xsd:double;
  dwc:latitude '43.02'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140302'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1426'^^xsd:string;
  dwc:observationDate '1982-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '140302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.02"^^xsd:decimal ;
  dwc:decimalLongitude "13.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.02"^^xsd:decimal ;
  geo-pos:long "13.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1432'^^xsd:string;
  dwc:scientificName 'Thyone cherbonnieri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.94'^^xsd:double;
  dwc:latitude '43.02'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124667'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1432'^^xsd:string;
  dwc:observationDate '1982-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '124667'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.02"^^xsd:decimal ;
  dwc:decimalLongitude "13.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.02"^^xsd:decimal ;
  geo-pos:long "13.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1433'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.94'^^xsd:double;
  dwc:latitude '43.02'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1433'^^xsd:string;
  dwc:observationDate '1982-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.02"^^xsd:decimal ;
  dwc:decimalLongitude "13.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters "16"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.02 13.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.02"^^xsd:decimal ;
  geo-pos:long "13.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1434'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.94'^^xsd:double;
  dwc:latitude '43.02'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:maximumDepth '16'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1434'^^xsd:string;
  dwc:observationDate '1982-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1296'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1296'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1287'^^xsd:string;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1287'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1289'^^xsd:string;
  dwc:scientificName 'Aphrodita aculeata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '129840'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1289'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '129840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1290'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1290'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1291'^^xsd:string;
  dwc:scientificName 'Processa nouveli nouveli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '108345'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1291'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '108345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1292'^^xsd:string;
  dwc:scientificName 'Pontophilus spinosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107564'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1292'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '107564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1293'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1293'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1294'^^xsd:string;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1294'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1295'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1295'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1298'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1298'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1300'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1300'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1301'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1301'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1302'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1302'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1303'^^xsd:string;
  dwc:scientificName 'Echinaster (Echinaster) sepositus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1303'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '125161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1304> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1304'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1304'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1305'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1305'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.91"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.91 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "43.91"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1299'^^xsd:string;
  dwc:scientificName 'Nucula sulcata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '43.91'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140592'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1299'^^xsd:string;
  dwc:observationDate '1982-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '140592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "49.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1081'^^xsd:string;
  dwc:scientificName 'Geodia cydonium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '49.4'^^xsd:double;
  dwc:maximumDepth '49.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '134025'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1081'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '134025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "49.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1082'^^xsd:string;
  dwc:scientificName 'Axinella cannabina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '49.4'^^xsd:double;
  dwc:maximumDepth '49.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '132470'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1082'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '132470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "49.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1085'^^xsd:string;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '49.4'^^xsd:double;
  dwc:maximumDepth '49.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1085'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "49.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1086'^^xsd:string;
  dwc:scientificName 'Haliclona (Haliclona) simulans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '49.4'^^xsd:double;
  dwc:maximumDepth '49.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '132858'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1086'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '132858'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "49.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1115'^^xsd:string;
  dwc:scientificName 'Anseropoda placenta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '49.4'^^xsd:double;
  dwc:maximumDepth '49.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '123985'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1115'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '123985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "49.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1113'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '49.4'^^xsd:double;
  dwc:maximumDepth '49.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1113'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "49.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1114'^^xsd:string;
  dwc:scientificName 'Echinaster (Echinaster) sepositus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '49.4'^^xsd:double;
  dwc:maximumDepth '49.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '125161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1114'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '125161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "49.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1110'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '49.4'^^xsd:double;
  dwc:maximumDepth '49.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1110'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "49.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1111'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '49.4'^^xsd:double;
  dwc:maximumDepth '49.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1111'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1112> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "49.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1112'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '49.4'^^xsd:double;
  dwc:maximumDepth '49.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1112'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "49.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1098'^^xsd:string;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '49.4'^^xsd:double;
  dwc:maximumDepth '49.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1098'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "49.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1088'^^xsd:string;
  dwc:scientificName 'Spongia (Spongia) officinalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '49.4'^^xsd:double;
  dwc:maximumDepth '49.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '165220'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1088'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '165220'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "49.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1089'^^xsd:string;
  dwc:scientificName 'Hippospongia communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '49.4'^^xsd:double;
  dwc:maximumDepth '49.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '132377'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1089'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '132377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "49.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1090'^^xsd:string;
  dwc:scientificName 'Sarcotragus foetidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '49.4'^^xsd:double;
  dwc:maximumDepth '49.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '132371'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1090'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '132371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "49.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1095'^^xsd:string;
  dwc:scientificName 'Paguristes eremita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '49.4'^^xsd:double;
  dwc:maximumDepth '49.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '107200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1095'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '107200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "49.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1118'^^xsd:string;
  dwc:scientificName 'Diazona violacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '49.4'^^xsd:double;
  dwc:maximumDepth '49.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '103733'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1118'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '103733'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "49.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1119'^^xsd:string;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '49.4'^^xsd:double;
  dwc:maximumDepth '49.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1119'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "49.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1121'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '49.4'^^xsd:double;
  dwc:maximumDepth '49.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1121'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "49.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1101'^^xsd:string;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '49.4'^^xsd:double;
  dwc:maximumDepth '49.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1101'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "49.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1104'^^xsd:string;
  dwc:scientificName 'Turritella turbona'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '49.4'^^xsd:double;
  dwc:maximumDepth '49.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '141874'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1104'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '141874'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "49.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1106'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '49.4'^^xsd:double;
  dwc:maximumDepth '49.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1106'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "49.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1107'^^xsd:string;
  dwc:scientificName 'Pecten jacobaeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '49.4'^^xsd:double;
  dwc:maximumDepth '49.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '394429'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1107'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '394429'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "49.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1108'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '49.4'^^xsd:double;
  dwc:maximumDepth '49.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1108'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "49.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1109'^^xsd:string;
  dwc:scientificName 'Holothuria (Holothuria) tubulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '49.4'^^xsd:double;
  dwc:maximumDepth '49.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '125182'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1109'^^xsd:string;
  dwc:observationDate '1982-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '125182'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1151'^^xsd:string;
  dwc:scientificName 'Holothuria (Holothuria) tubulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '125182'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1151'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '125182'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1152'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1152'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1154'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1154'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1155'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1155'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1156'^^xsd:string;
  dwc:scientificName 'Echinaster (Echinaster) sepositus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '125161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1156'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '125161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1157'^^xsd:string;
  dwc:scientificName 'Anseropoda placenta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '123985'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1157'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '123985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1158'^^xsd:string;
  dwc:scientificName 'Ophiothrix quinquemaculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '181534'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1158'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '181534'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1159'^^xsd:string;
  dwc:scientificName 'Aplidium conicum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '103641'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1159'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '103641'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1162'^^xsd:string;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1162'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1134'^^xsd:string;
  dwc:scientificName 'Calliactis parasitica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '100946'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1134'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '100946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1145'^^xsd:string;
  dwc:scientificName 'Gibbula magus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '141790'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1145'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '141790'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1135'^^xsd:string;
  dwc:scientificName 'Adamsia palliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '445590'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1135'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '1658483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1136'^^xsd:string;
  dwc:scientificName 'Aphrodita aculeata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '129840'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1136'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '129840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1138'^^xsd:string;
  dwc:scientificName 'Pagurus prideaux'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '107239'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1138'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '107239'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1139'^^xsd:string;
  dwc:scientificName 'Galatea spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '492282'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1139'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '492282'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1141'^^xsd:string;
  dwc:scientificName 'Amphiura spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '123613'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1141'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '123613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1142'^^xsd:string;
  dwc:scientificName 'Pisa nodipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '107357'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1142'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '107357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1143'^^xsd:string;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1143'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1144'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1144'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1125'^^xsd:string;
  dwc:scientificName 'Axinella verrucosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '132499'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1125'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '132499'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1126'^^xsd:string;
  dwc:scientificName 'Crambe crambe'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '133445'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1126'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '133445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1127'^^xsd:string;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1127'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1128> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1128'^^xsd:string;
  dwc:scientificName 'Haliclona (Haliclona) simulans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '132858'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1128'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '132858'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1129'^^xsd:string;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1129'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1130'^^xsd:string;
  dwc:scientificName 'Spongia (Spongia) officinalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '165220'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1130'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '165220'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1131'^^xsd:string;
  dwc:scientificName 'Hippospongia communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '132377'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1131'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '132377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1133'^^xsd:string;
  dwc:scientificName 'Dictyonella incisa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '132550'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1133'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '132550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1124'^^xsd:string;
  dwc:scientificName 'Axinella cannabina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '132470'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1124'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '132470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1122'^^xsd:string;
  dwc:scientificName 'Aplysina cavernicola'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '133913'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1122'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '133913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1123'^^xsd:string;
  dwc:scientificName 'Geodia cydonium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '134025'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1123'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '134025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1163'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1163'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1146'^^xsd:string;
  dwc:scientificName 'Turritella turbona'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '141874'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1146'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '141874'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1147'^^xsd:string;
  dwc:scientificName 'Fimbria fimbriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '464161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1147'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '464161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1148'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1148'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1149'^^xsd:string;
  dwc:scientificName 'Pecten jacobaeus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '394429'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1149'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '394429'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "13.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "47.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "47.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 13.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "13.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1150'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.95'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:minimumDepth '47.4'^^xsd:double;
  dwc:maximumDepth '47.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Phymatolithon calcareum, Laurencia obtusa, Eupogodon planus, Meredithia microphylla, Phyllophora crispa, Osmundaria volubilis, Halopteris filicina, Dictyota dichotoma, Dictyopteris polypodioides, Cystoseira dubia. The depth of each station was ex'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1150'^^xsd:string;
  dwc:observationDate '1982-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.93"^^xsd:decimal ;
  dwc:decimalLongitude "13.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.93"^^xsd:decimal ;
  geo-pos:long "13.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1276'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.96'^^xsd:double;
  dwc:latitude '43.93'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1276'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.93"^^xsd:decimal ;
  dwc:decimalLongitude "13.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.93"^^xsd:decimal ;
  geo-pos:long "13.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1269'^^xsd:string;
  dwc:scientificName 'Virgularia mirabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.96'^^xsd:double;
  dwc:latitude '43.93'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '128539'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1269'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '128539'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.93"^^xsd:decimal ;
  dwc:decimalLongitude "13.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.93"^^xsd:decimal ;
  geo-pos:long "13.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1270'^^xsd:string;
  dwc:scientificName 'Aphrodita aculeata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.96'^^xsd:double;
  dwc:latitude '43.93'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '129840'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1270'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '129840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.93"^^xsd:decimal ;
  dwc:decimalLongitude "13.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.93"^^xsd:decimal ;
  geo-pos:long "13.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1271'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.96'^^xsd:double;
  dwc:latitude '43.93'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1271'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.93"^^xsd:decimal ;
  dwc:decimalLongitude "13.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.93"^^xsd:decimal ;
  geo-pos:long "13.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1273'^^xsd:string;
  dwc:scientificName 'Pontophilus spinosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.96'^^xsd:double;
  dwc:latitude '43.93'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107564'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1273'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '107564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.93"^^xsd:decimal ;
  dwc:decimalLongitude "13.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.93"^^xsd:decimal ;
  geo-pos:long "13.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1274'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.96'^^xsd:double;
  dwc:latitude '43.93'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1274'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.93"^^xsd:decimal ;
  dwc:decimalLongitude "13.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.93"^^xsd:decimal ;
  geo-pos:long "13.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1277'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.96'^^xsd:double;
  dwc:latitude '43.93'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1277'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.93"^^xsd:decimal ;
  dwc:decimalLongitude "13.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.93"^^xsd:decimal ;
  geo-pos:long "13.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1278'^^xsd:string;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.96'^^xsd:double;
  dwc:latitude '43.93'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1278'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.93"^^xsd:decimal ;
  dwc:decimalLongitude "13.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.93"^^xsd:decimal ;
  geo-pos:long "13.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1279'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.96'^^xsd:double;
  dwc:latitude '43.93'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1279'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.93"^^xsd:decimal ;
  dwc:decimalLongitude "13.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.93"^^xsd:decimal ;
  geo-pos:long "13.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1280'^^xsd:string;
  dwc:scientificName 'Nucula sulcata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.96'^^xsd:double;
  dwc:latitude '43.93'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140592'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1280'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '140592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.93"^^xsd:decimal ;
  dwc:decimalLongitude "13.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.93"^^xsd:decimal ;
  geo-pos:long "13.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1281'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.96'^^xsd:double;
  dwc:latitude '43.93'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1281'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.93"^^xsd:decimal ;
  dwc:decimalLongitude "13.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.93"^^xsd:decimal ;
  geo-pos:long "13.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1282'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.96'^^xsd:double;
  dwc:latitude '43.93'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1282'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.93"^^xsd:decimal ;
  dwc:decimalLongitude "13.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.93"^^xsd:decimal ;
  geo-pos:long "13.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1283'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.96'^^xsd:double;
  dwc:latitude '43.93'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1283'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.93"^^xsd:decimal ;
  dwc:decimalLongitude "13.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.93"^^xsd:decimal ;
  geo-pos:long "13.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1284'^^xsd:string;
  dwc:scientificName 'Echinaster (Echinaster) sepositus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.96'^^xsd:double;
  dwc:latitude '43.93'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1284'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '125161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.93"^^xsd:decimal ;
  dwc:decimalLongitude "13.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.93"^^xsd:decimal ;
  geo-pos:long "13.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1286'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.96'^^xsd:double;
  dwc:latitude '43.93'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1286'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.93"^^xsd:decimal ;
  dwc:decimalLongitude "13.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters "74"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.93 13.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.93"^^xsd:decimal ;
  geo-pos:long "13.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1285'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '13.96'^^xsd:double;
  dwc:latitude '43.93'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:maximumDepth '74'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1285'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^xsd:decimal ;
  dwc:decimalLongitude "14.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  geo-pos:lat "43.11"^^xsd:decimal ;
  geo-pos:long "14.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1501'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.17'^^xsd:double;
  dwc:latitude '43.11'^^xsd:double;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1501'^^xsd:string;
  dwc:observationDate '1982-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^xsd:decimal ;
  dwc:decimalLongitude "14.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  geo-pos:lat "43.11"^^xsd:decimal ;
  geo-pos:long "14.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1502'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.17'^^xsd:double;
  dwc:latitude '43.11'^^xsd:double;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1502'^^xsd:string;
  dwc:observationDate '1982-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^xsd:decimal ;
  dwc:decimalLongitude "14.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  geo-pos:lat "43.11"^^xsd:decimal ;
  geo-pos:long "14.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1503'^^xsd:string;
  dwc:scientificName 'Alpheus glaber'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.17'^^xsd:double;
  dwc:latitude '43.11'^^xsd:double;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107477'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1503'^^xsd:string;
  dwc:observationDate '1982-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '107477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^xsd:decimal ;
  dwc:decimalLongitude "14.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  geo-pos:lat "43.11"^^xsd:decimal ;
  geo-pos:long "14.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1504'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.17'^^xsd:double;
  dwc:latitude '43.11'^^xsd:double;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1504'^^xsd:string;
  dwc:observationDate '1982-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1505> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^xsd:decimal ;
  dwc:decimalLongitude "14.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  geo-pos:lat "43.11"^^xsd:decimal ;
  geo-pos:long "14.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1505'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.17'^^xsd:double;
  dwc:latitude '43.11'^^xsd:double;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1505'^^xsd:string;
  dwc:observationDate '1982-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^xsd:decimal ;
  dwc:decimalLongitude "14.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  geo-pos:lat "43.11"^^xsd:decimal ;
  geo-pos:long "14.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1506'^^xsd:string;
  dwc:scientificName 'Nucula sulcata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.17'^^xsd:double;
  dwc:latitude '43.11'^^xsd:double;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140592'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1506'^^xsd:string;
  dwc:observationDate '1982-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '140592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^xsd:decimal ;
  dwc:decimalLongitude "14.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  geo-pos:lat "43.11"^^xsd:decimal ;
  geo-pos:long "14.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1507'^^xsd:string;
  dwc:scientificName 'Acanthocardia echinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.17'^^xsd:double;
  dwc:latitude '43.11'^^xsd:double;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138992'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1507'^^xsd:string;
  dwc:observationDate '1982-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '138992'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^xsd:decimal ;
  dwc:decimalLongitude "14.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  geo-pos:lat "43.11"^^xsd:decimal ;
  geo-pos:long "14.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1508'^^xsd:string;
  dwc:scientificName 'Mytilus galloprovincialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.17'^^xsd:double;
  dwc:latitude '43.11'^^xsd:double;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140481'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1508'^^xsd:string;
  dwc:observationDate '1982-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '140481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^xsd:decimal ;
  dwc:decimalLongitude "14.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  geo-pos:lat "43.11"^^xsd:decimal ;
  geo-pos:long "14.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1509'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.17'^^xsd:double;
  dwc:latitude '43.11'^^xsd:double;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1509'^^xsd:string;
  dwc:observationDate '1982-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^xsd:decimal ;
  dwc:decimalLongitude "14.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  geo-pos:lat "43.11"^^xsd:decimal ;
  geo-pos:long "14.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1510'^^xsd:string;
  dwc:scientificName 'Glossus humanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.17'^^xsd:double;
  dwc:latitude '43.11'^^xsd:double;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1510'^^xsd:string;
  dwc:observationDate '1982-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '140023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^xsd:decimal ;
  dwc:decimalLongitude "14.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  geo-pos:lat "43.11"^^xsd:decimal ;
  geo-pos:long "14.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1495'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.17'^^xsd:double;
  dwc:latitude '43.11'^^xsd:double;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1495'^^xsd:string;
  dwc:observationDate '1982-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^xsd:decimal ;
  dwc:decimalLongitude "14.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  geo-pos:lat "43.11"^^xsd:decimal ;
  geo-pos:long "14.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1496'^^xsd:string;
  dwc:scientificName 'Amphianthus dohrnii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.17'^^xsd:double;
  dwc:latitude '43.11'^^xsd:double;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100936'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1496'^^xsd:string;
  dwc:observationDate '1982-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '100936'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^xsd:decimal ;
  dwc:decimalLongitude "14.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  geo-pos:lat "43.11"^^xsd:decimal ;
  geo-pos:long "14.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1497'^^xsd:string;
  dwc:scientificName 'Pontophilus spinosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.17'^^xsd:double;
  dwc:latitude '43.11'^^xsd:double;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107564'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1497'^^xsd:string;
  dwc:observationDate '1982-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '107564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^xsd:decimal ;
  dwc:decimalLongitude "14.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  geo-pos:lat "43.11"^^xsd:decimal ;
  geo-pos:long "14.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1498'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.17'^^xsd:double;
  dwc:latitude '43.11'^^xsd:double;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1498'^^xsd:string;
  dwc:observationDate '1982-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^xsd:decimal ;
  dwc:decimalLongitude "14.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  geo-pos:lat "43.11"^^xsd:decimal ;
  geo-pos:long "14.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1494'^^xsd:string;
  dwc:scientificName 'Suberites domuncula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.17'^^xsd:double;
  dwc:latitude '43.11'^^xsd:double;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134282'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1494'^^xsd:string;
  dwc:observationDate '1982-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '134282'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^xsd:decimal ;
  dwc:decimalLongitude "14.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  geo-pos:lat "43.11"^^xsd:decimal ;
  geo-pos:long "14.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1499'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.17'^^xsd:double;
  dwc:latitude '43.11'^^xsd:double;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1499'^^xsd:string;
  dwc:observationDate '1982-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^xsd:decimal ;
  dwc:decimalLongitude "14.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  geo-pos:lat "43.11"^^xsd:decimal ;
  geo-pos:long "14.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1512'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.17'^^xsd:double;
  dwc:latitude '43.11'^^xsd:double;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1512'^^xsd:string;
  dwc:observationDate '1982-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^xsd:decimal ;
  dwc:decimalLongitude "14.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  geo-pos:lat "43.11"^^xsd:decimal ;
  geo-pos:long "14.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1513'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.17'^^xsd:double;
  dwc:latitude '43.11'^^xsd:double;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1513'^^xsd:string;
  dwc:observationDate '1982-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^xsd:decimal ;
  dwc:decimalLongitude "14.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  geo-pos:lat "43.11"^^xsd:decimal ;
  geo-pos:long "14.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1514'^^xsd:string;
  dwc:scientificName 'Thyone fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.17'^^xsd:double;
  dwc:latitude '43.11'^^xsd:double;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124670'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1514'^^xsd:string;
  dwc:observationDate '1982-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '124670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^xsd:decimal ;
  dwc:decimalLongitude "14.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  geo-pos:lat "43.11"^^xsd:decimal ;
  geo-pos:long "14.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1515'^^xsd:string;
  dwc:scientificName 'Leptopentacta tergestina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.17'^^xsd:double;
  dwc:latitude '43.11'^^xsd:double;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124636'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1515'^^xsd:string;
  dwc:observationDate '1982-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '1474379'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^xsd:decimal ;
  dwc:decimalLongitude "14.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  geo-pos:lat "43.11"^^xsd:decimal ;
  geo-pos:long "14.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1516'^^xsd:string;
  dwc:scientificName 'Brissopsis lyrifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.17'^^xsd:double;
  dwc:latitude '43.11'^^xsd:double;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124373'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1516'^^xsd:string;
  dwc:observationDate '1982-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '124373'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^xsd:decimal ;
  dwc:decimalLongitude "14.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  geo-pos:lat "43.11"^^xsd:decimal ;
  geo-pos:long "14.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1517'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.17'^^xsd:double;
  dwc:latitude '43.11'^^xsd:double;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1517'^^xsd:string;
  dwc:observationDate '1982-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^xsd:decimal ;
  dwc:decimalLongitude "14.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 14.17)"^^geo:wktLiteral ;
  geo-pos:lat "43.11"^^xsd:decimal ;
  geo-pos:long "14.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1511'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.17'^^xsd:double;
  dwc:latitude '43.11'^^xsd:double;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1511'^^xsd:string;
  dwc:observationDate '1982-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.08"^^xsd:decimal ;
  dwc:decimalLongitude "14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "82"^^xsd:integer ;
  dwc:maximumDepthInMeters "82"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 14.2)"^^geo:wktLiteral ;
  geo-pos:lat "43.08"^^xsd:decimal ;
  geo-pos:long "14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1480'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.2'^^xsd:double;
  dwc:latitude '43.08'^^xsd:double;
  dwc:minimumDepth '82'^^xsd:integer;
  dwc:maximumDepth '82'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1480'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.08"^^xsd:decimal ;
  dwc:decimalLongitude "14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "82"^^xsd:integer ;
  dwc:maximumDepthInMeters "82"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 14.2)"^^geo:wktLiteral ;
  geo-pos:lat "43.08"^^xsd:decimal ;
  geo-pos:long "14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1482'^^xsd:string;
  dwc:scientificName 'Nucula sulcata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.2'^^xsd:double;
  dwc:latitude '43.08'^^xsd:double;
  dwc:minimumDepth '82'^^xsd:integer;
  dwc:maximumDepth '82'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140592'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1482'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '140592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.08"^^xsd:decimal ;
  dwc:decimalLongitude "14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "82"^^xsd:integer ;
  dwc:maximumDepthInMeters "82"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 14.2)"^^geo:wktLiteral ;
  geo-pos:lat "43.08"^^xsd:decimal ;
  geo-pos:long "14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1488'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.2'^^xsd:double;
  dwc:latitude '43.08'^^xsd:double;
  dwc:minimumDepth '82'^^xsd:integer;
  dwc:maximumDepth '82'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1488'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.08"^^xsd:decimal ;
  dwc:decimalLongitude "14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "82"^^xsd:integer ;
  dwc:maximumDepthInMeters "82"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 14.2)"^^geo:wktLiteral ;
  geo-pos:lat "43.08"^^xsd:decimal ;
  geo-pos:long "14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1489'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.2'^^xsd:double;
  dwc:latitude '43.08'^^xsd:double;
  dwc:minimumDepth '82'^^xsd:integer;
  dwc:maximumDepth '82'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1489'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.08"^^xsd:decimal ;
  dwc:decimalLongitude "14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "82"^^xsd:integer ;
  dwc:maximumDepthInMeters "82"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 14.2)"^^geo:wktLiteral ;
  geo-pos:lat "43.08"^^xsd:decimal ;
  geo-pos:long "14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1493'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.2'^^xsd:double;
  dwc:latitude '43.08'^^xsd:double;
  dwc:minimumDepth '82'^^xsd:integer;
  dwc:maximumDepth '82'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1493'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.08"^^xsd:decimal ;
  dwc:decimalLongitude "14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "82"^^xsd:integer ;
  dwc:maximumDepthInMeters "82"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 14.2)"^^geo:wktLiteral ;
  geo-pos:lat "43.08"^^xsd:decimal ;
  geo-pos:long "14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1473'^^xsd:string;
  dwc:scientificName 'Pontophilus spinosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.2'^^xsd:double;
  dwc:latitude '43.08'^^xsd:double;
  dwc:minimumDepth '82'^^xsd:integer;
  dwc:maximumDepth '82'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107564'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1473'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '107564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.08"^^xsd:decimal ;
  dwc:decimalLongitude "14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "82"^^xsd:integer ;
  dwc:maximumDepthInMeters "82"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 14.2)"^^geo:wktLiteral ;
  geo-pos:lat "43.08"^^xsd:decimal ;
  geo-pos:long "14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1475'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.2'^^xsd:double;
  dwc:latitude '43.08'^^xsd:double;
  dwc:minimumDepth '82'^^xsd:integer;
  dwc:maximumDepth '82'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1475'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.08"^^xsd:decimal ;
  dwc:decimalLongitude "14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "82"^^xsd:integer ;
  dwc:maximumDepthInMeters "82"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 14.2)"^^geo:wktLiteral ;
  geo-pos:lat "43.08"^^xsd:decimal ;
  geo-pos:long "14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1476'^^xsd:string;
  dwc:scientificName 'Munida intermedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.2'^^xsd:double;
  dwc:latitude '43.08'^^xsd:double;
  dwc:minimumDepth '82'^^xsd:integer;
  dwc:maximumDepth '82'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107157'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1476'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '107157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.08"^^xsd:decimal ;
  dwc:decimalLongitude "14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "82"^^xsd:integer ;
  dwc:maximumDepthInMeters "82"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 14.2)"^^geo:wktLiteral ;
  geo-pos:lat "43.08"^^xsd:decimal ;
  geo-pos:long "14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1477'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.2'^^xsd:double;
  dwc:latitude '43.08'^^xsd:double;
  dwc:minimumDepth '82'^^xsd:integer;
  dwc:maximumDepth '82'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1477'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.08"^^xsd:decimal ;
  dwc:decimalLongitude "14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "82"^^xsd:integer ;
  dwc:maximumDepthInMeters "82"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 14.2)"^^geo:wktLiteral ;
  geo-pos:lat "43.08"^^xsd:decimal ;
  geo-pos:long "14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1478'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.2'^^xsd:double;
  dwc:latitude '43.08'^^xsd:double;
  dwc:minimumDepth '82'^^xsd:integer;
  dwc:maximumDepth '82'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1478'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "73.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1329'^^xsd:string;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.2'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '73.2'^^xsd:double;
  dwc:maximumDepth '73.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1329'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "73.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1330'^^xsd:string;
  dwc:scientificName 'Stryphnus ponderosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.2'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '73.2'^^xsd:double;
  dwc:maximumDepth '73.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '133991'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1330'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '133991'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "73.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1331'^^xsd:string;
  dwc:scientificName 'Sarcotragus foetidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.2'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '73.2'^^xsd:double;
  dwc:maximumDepth '73.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132371'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1331'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '132371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "73.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1332'^^xsd:string;
  dwc:scientificName 'Mycale (Aegogropila) tunicata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.2'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '73.2'^^xsd:double;
  dwc:maximumDepth '73.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '168550'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1332'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '168550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "73.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1333'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.2'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '73.2'^^xsd:double;
  dwc:maximumDepth '73.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1333'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "73.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1336'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.2'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '73.2'^^xsd:double;
  dwc:maximumDepth '73.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1336'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "73.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1338'^^xsd:string;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.2'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '73.2'^^xsd:double;
  dwc:maximumDepth '73.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1338'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "73.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1339'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.2'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '73.2'^^xsd:double;
  dwc:maximumDepth '73.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1339'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "73.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1341'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.2'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '73.2'^^xsd:double;
  dwc:maximumDepth '73.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1341'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "73.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1342'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.2'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '73.2'^^xsd:double;
  dwc:maximumDepth '73.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1342'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "73.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1343'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.2'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '73.2'^^xsd:double;
  dwc:maximumDepth '73.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1343'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "73.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1328'^^xsd:string;
  dwc:scientificName 'Geodia cydonium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.2'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '73.2'^^xsd:double;
  dwc:maximumDepth '73.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134025'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1328'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '134025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "73.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1348'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.2'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '73.2'^^xsd:double;
  dwc:maximumDepth '73.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1348'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "73.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1349'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.2'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '73.2'^^xsd:double;
  dwc:maximumDepth '73.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1349'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "73.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 14.2)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1346'^^xsd:string;
  dwc:scientificName 'Echinaster (Echinaster) sepositus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.2'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '73.2'^^xsd:double;
  dwc:maximumDepth '73.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1346'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '125161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.96"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "72.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  geo-pos:lat "43.96"^^xsd:decimal ;
  geo-pos:long "14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1320'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '43.96'^^xsd:double;
  dwc:minimumDepth '72.8'^^xsd:double;
  dwc:maximumDepth '72.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1320'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.96"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "72.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  geo-pos:lat "43.96"^^xsd:decimal ;
  geo-pos:long "14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1321'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '43.96'^^xsd:double;
  dwc:minimumDepth '72.8'^^xsd:double;
  dwc:maximumDepth '72.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1321'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.96"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "72.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  geo-pos:lat "43.96"^^xsd:decimal ;
  geo-pos:long "14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1322'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '43.96'^^xsd:double;
  dwc:minimumDepth '72.8'^^xsd:double;
  dwc:maximumDepth '72.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1322'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.96"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "72.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  geo-pos:lat "43.96"^^xsd:decimal ;
  geo-pos:long "14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1323'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '43.96'^^xsd:double;
  dwc:minimumDepth '72.8'^^xsd:double;
  dwc:maximumDepth '72.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1323'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.96"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "72.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  geo-pos:lat "43.96"^^xsd:decimal ;
  geo-pos:long "14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1324'^^xsd:string;
  dwc:scientificName 'Echinaster (Echinaster) sepositus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '43.96'^^xsd:double;
  dwc:minimumDepth '72.8'^^xsd:double;
  dwc:maximumDepth '72.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1324'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '125161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1308> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.96"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "72.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  geo-pos:lat "43.96"^^xsd:decimal ;
  geo-pos:long "14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1308'^^xsd:string;
  dwc:scientificName 'Stryphnus ponderosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '43.96'^^xsd:double;
  dwc:minimumDepth '72.8'^^xsd:double;
  dwc:maximumDepth '72.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '133991'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1308'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '133991'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.96"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "72.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  geo-pos:lat "43.96"^^xsd:decimal ;
  geo-pos:long "14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1309'^^xsd:string;
  dwc:scientificName 'Sarcotragus foetidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '43.96'^^xsd:double;
  dwc:minimumDepth '72.8'^^xsd:double;
  dwc:maximumDepth '72.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132371'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1309'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '132371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.96"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "72.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  geo-pos:lat "43.96"^^xsd:decimal ;
  geo-pos:long "14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1310'^^xsd:string;
  dwc:scientificName 'Mycale (Aegogropila) tunicata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '43.96'^^xsd:double;
  dwc:minimumDepth '72.8'^^xsd:double;
  dwc:maximumDepth '72.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '168550'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1310'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '168550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.96"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "72.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  geo-pos:lat "43.96"^^xsd:decimal ;
  geo-pos:long "14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1311'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '43.96'^^xsd:double;
  dwc:minimumDepth '72.8'^^xsd:double;
  dwc:maximumDepth '72.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1311'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.96"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "72.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  geo-pos:lat "43.96"^^xsd:decimal ;
  geo-pos:long "14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1312'^^xsd:string;
  dwc:scientificName 'Pennatula phosphorea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '43.96'^^xsd:double;
  dwc:minimumDepth '72.8'^^xsd:double;
  dwc:maximumDepth '72.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '128517'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1312'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '128517'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.96"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "72.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  geo-pos:lat "43.96"^^xsd:decimal ;
  geo-pos:long "14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1313'^^xsd:string;
  dwc:scientificName 'Aphrodita aculeata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '43.96'^^xsd:double;
  dwc:minimumDepth '72.8'^^xsd:double;
  dwc:maximumDepth '72.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '129840'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1313'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '129840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.96"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "72.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  geo-pos:lat "43.96"^^xsd:decimal ;
  geo-pos:long "14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1315'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '43.96'^^xsd:double;
  dwc:minimumDepth '72.8'^^xsd:double;
  dwc:maximumDepth '72.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1315'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.96"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "72.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  geo-pos:lat "43.96"^^xsd:decimal ;
  geo-pos:long "14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1317'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '43.96'^^xsd:double;
  dwc:minimumDepth '72.8'^^xsd:double;
  dwc:maximumDepth '72.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1317'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.96"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "72.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  geo-pos:lat "43.96"^^xsd:decimal ;
  geo-pos:long "14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1318'^^xsd:string;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '43.96'^^xsd:double;
  dwc:minimumDepth '72.8'^^xsd:double;
  dwc:maximumDepth '72.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1318'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.96"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "72.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  geo-pos:lat "43.96"^^xsd:decimal ;
  geo-pos:long "14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1319'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '43.96'^^xsd:double;
  dwc:minimumDepth '72.8'^^xsd:double;
  dwc:maximumDepth '72.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1319'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.96"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "72.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  geo-pos:lat "43.96"^^xsd:decimal ;
  geo-pos:long "14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1325'^^xsd:string;
  dwc:scientificName 'Ophiothrix quinquemaculata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '43.96'^^xsd:double;
  dwc:minimumDepth '72.8'^^xsd:double;
  dwc:maximumDepth '72.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '181534'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1325'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '181534'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.96"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "72.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  geo-pos:lat "43.96"^^xsd:decimal ;
  geo-pos:long "14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1326'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '43.96'^^xsd:double;
  dwc:minimumDepth '72.8'^^xsd:double;
  dwc:maximumDepth '72.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1326'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.96"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "72.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  geo-pos:lat "43.96"^^xsd:decimal ;
  geo-pos:long "14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1327'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '43.96'^^xsd:double;
  dwc:minimumDepth '72.8'^^xsd:double;
  dwc:maximumDepth '72.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1327'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.96"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "72.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  geo-pos:lat "43.96"^^xsd:decimal ;
  geo-pos:long "14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1306'^^xsd:string;
  dwc:scientificName 'Geodia cydonium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '43.96'^^xsd:double;
  dwc:minimumDepth '72.8'^^xsd:double;
  dwc:maximumDepth '72.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134025'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1306'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '134025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.96"^^xsd:decimal ;
  dwc:decimalLongitude "14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "72.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.96 14.25)"^^geo:wktLiteral ;
  geo-pos:lat "43.96"^^xsd:decimal ;
  geo-pos:long "14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1307'^^xsd:string;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.25'^^xsd:double;
  dwc:latitude '43.96'^^xsd:double;
  dwc:minimumDepth '72.8'^^xsd:double;
  dwc:maximumDepth '72.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1307'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "29.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1722'^^xsd:string;
  dwc:scientificName 'Suberites domuncula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.29'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '29.6'^^xsd:double;
  dwc:maximumDepth '29.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134282'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1722'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '134282'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "29.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1723'^^xsd:string;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.29'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '29.6'^^xsd:double;
  dwc:maximumDepth '29.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1723'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "29.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1724'^^xsd:string;
  dwc:scientificName 'Amphianthus dohrnii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.29'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '29.6'^^xsd:double;
  dwc:maximumDepth '29.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100936'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1724'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '100936'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1725> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "29.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1725'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.29'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '29.6'^^xsd:double;
  dwc:maximumDepth '29.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1725'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1726> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "29.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1726'^^xsd:string;
  dwc:scientificName 'Virgularia mirabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.29'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '29.6'^^xsd:double;
  dwc:maximumDepth '29.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '128539'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1726'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '128539'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "29.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1727'^^xsd:string;
  dwc:scientificName 'Sternaspis scutata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.29'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '29.6'^^xsd:double;
  dwc:maximumDepth '29.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '131242'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1727'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '131242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "29.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1729'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.29'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '29.6'^^xsd:double;
  dwc:maximumDepth '29.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1729'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "29.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1731'^^xsd:string;
  dwc:scientificName 'Alpheus glaber'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.29'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '29.6'^^xsd:double;
  dwc:maximumDepth '29.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107477'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1731'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '107477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "29.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1732'^^xsd:string;
  dwc:scientificName 'Pontophilus spinosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.29'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '29.6'^^xsd:double;
  dwc:maximumDepth '29.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107564'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1732'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '107564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "29.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1733'^^xsd:string;
  dwc:scientificName 'Munida intermedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.29'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '29.6'^^xsd:double;
  dwc:maximumDepth '29.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107157'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1733'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '107157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "29.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1735'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.29'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '29.6'^^xsd:double;
  dwc:maximumDepth '29.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1735'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "29.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1736'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.29'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '29.6'^^xsd:double;
  dwc:maximumDepth '29.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1736'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "29.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1737'^^xsd:string;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.29'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '29.6'^^xsd:double;
  dwc:maximumDepth '29.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1737'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "29.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1738'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.29'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '29.6'^^xsd:double;
  dwc:maximumDepth '29.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1738'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "29.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1739'^^xsd:string;
  dwc:scientificName 'Bolinus brandaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.29'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '29.6'^^xsd:double;
  dwc:maximumDepth '29.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140389'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1739'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '140389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1740> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "29.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1740'^^xsd:string;
  dwc:scientificName 'Fusinus rostratus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.29'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '29.6'^^xsd:double;
  dwc:maximumDepth '29.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139931'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1740'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '448958'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "29.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1741'^^xsd:string;
  dwc:scientificName 'Fimbria fimbriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.29'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '29.6'^^xsd:double;
  dwc:maximumDepth '29.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '464161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1741'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '464161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "29.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1744'^^xsd:string;
  dwc:scientificName 'Neopycnodonte cochlear'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.29'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '29.6'^^xsd:double;
  dwc:maximumDepth '29.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140048'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1744'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '140048'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "29.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1746'^^xsd:string;
  dwc:scientificName 'Pteria hirundo'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.29'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '29.6'^^xsd:double;
  dwc:maximumDepth '29.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140891'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1746'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '140891'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "29.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1734'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.29'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '29.6'^^xsd:double;
  dwc:maximumDepth '29.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1734'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "29.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1750'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.29'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '29.6'^^xsd:double;
  dwc:maximumDepth '29.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1750'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "29.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1751'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.29'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '29.6'^^xsd:double;
  dwc:maximumDepth '29.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1751'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "29.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 14.29)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1747'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.29'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '29.6'^^xsd:double;
  dwc:maximumDepth '29.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1747'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.27"^^xsd:decimal ;
  dwc:decimalLongitude "14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.27"^^xsd:decimal ;
  geo-pos:long "14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1520'^^xsd:string;
  dwc:scientificName 'Suberites domuncula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.32'^^xsd:double;
  dwc:latitude '43.27'^^xsd:double;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134282'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1520'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '134282'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.27"^^xsd:decimal ;
  dwc:decimalLongitude "14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.27"^^xsd:decimal ;
  geo-pos:long "14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1521'^^xsd:string;
  dwc:scientificName 'Caryophyllia (Caryophyllia) smithii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.32'^^xsd:double;
  dwc:latitude '43.27'^^xsd:double;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1521'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.27"^^xsd:decimal ;
  dwc:decimalLongitude "14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.27"^^xsd:decimal ;
  geo-pos:long "14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1523'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.32'^^xsd:double;
  dwc:latitude '43.27'^^xsd:double;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1523'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.27"^^xsd:decimal ;
  dwc:decimalLongitude "14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.27"^^xsd:decimal ;
  geo-pos:long "14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1524'^^xsd:string;
  dwc:scientificName 'Funiculina quadrangularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.32'^^xsd:double;
  dwc:latitude '43.27'^^xsd:double;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '128506'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1524'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '128506'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1525> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.27"^^xsd:decimal ;
  dwc:decimalLongitude "14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.27"^^xsd:decimal ;
  geo-pos:long "14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1525'^^xsd:string;
  dwc:scientificName 'Pennatula phosphorea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.32'^^xsd:double;
  dwc:latitude '43.27'^^xsd:double;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '128517'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1525'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '128517'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.27"^^xsd:decimal ;
  dwc:decimalLongitude "14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.27"^^xsd:decimal ;
  geo-pos:long "14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1526'^^xsd:string;
  dwc:scientificName 'Pontophilus spinosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.32'^^xsd:double;
  dwc:latitude '43.27'^^xsd:double;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107564'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1526'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '107564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.27"^^xsd:decimal ;
  dwc:decimalLongitude "14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.27"^^xsd:decimal ;
  geo-pos:long "14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1528'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.32'^^xsd:double;
  dwc:latitude '43.27'^^xsd:double;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1528'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1529> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.27"^^xsd:decimal ;
  dwc:decimalLongitude "14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.27"^^xsd:decimal ;
  geo-pos:long "14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1529'^^xsd:string;
  dwc:scientificName 'Munida intermedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.32'^^xsd:double;
  dwc:latitude '43.27'^^xsd:double;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107157'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1529'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '107157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.27"^^xsd:decimal ;
  dwc:decimalLongitude "14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.27"^^xsd:decimal ;
  geo-pos:long "14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1530'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.32'^^xsd:double;
  dwc:latitude '43.27'^^xsd:double;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1530'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.27"^^xsd:decimal ;
  dwc:decimalLongitude "14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.27"^^xsd:decimal ;
  geo-pos:long "14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1532'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.32'^^xsd:double;
  dwc:latitude '43.27'^^xsd:double;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1532'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.27"^^xsd:decimal ;
  dwc:decimalLongitude "14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.27"^^xsd:decimal ;
  geo-pos:long "14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1546'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.32'^^xsd:double;
  dwc:latitude '43.27'^^xsd:double;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1546'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.27"^^xsd:decimal ;
  dwc:decimalLongitude "14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.27"^^xsd:decimal ;
  geo-pos:long "14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1547'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.32'^^xsd:double;
  dwc:latitude '43.27'^^xsd:double;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1547'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.27"^^xsd:decimal ;
  dwc:decimalLongitude "14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.27"^^xsd:decimal ;
  geo-pos:long "14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1535'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.32'^^xsd:double;
  dwc:latitude '43.27'^^xsd:double;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1535'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.27"^^xsd:decimal ;
  dwc:decimalLongitude "14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.27"^^xsd:decimal ;
  geo-pos:long "14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1536'^^xsd:string;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.32'^^xsd:double;
  dwc:latitude '43.27'^^xsd:double;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1536'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.27"^^xsd:decimal ;
  dwc:decimalLongitude "14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.27"^^xsd:decimal ;
  geo-pos:long "14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1538'^^xsd:string;
  dwc:scientificName 'Fusinus rostratus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.32'^^xsd:double;
  dwc:latitude '43.27'^^xsd:double;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139931'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1538'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '448958'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.27"^^xsd:decimal ;
  dwc:decimalLongitude "14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.27"^^xsd:decimal ;
  geo-pos:long "14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1539'^^xsd:string;
  dwc:scientificName 'Nucula sulcata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.32'^^xsd:double;
  dwc:latitude '43.27'^^xsd:double;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140592'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1539'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '140592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.27"^^xsd:decimal ;
  dwc:decimalLongitude "14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.27"^^xsd:decimal ;
  geo-pos:long "14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1540'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.32'^^xsd:double;
  dwc:latitude '43.27'^^xsd:double;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1540'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.27"^^xsd:decimal ;
  dwc:decimalLongitude "14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.27"^^xsd:decimal ;
  geo-pos:long "14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1541'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.32'^^xsd:double;
  dwc:latitude '43.27'^^xsd:double;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1541'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.27"^^xsd:decimal ;
  dwc:decimalLongitude "14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.27"^^xsd:decimal ;
  geo-pos:long "14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1542'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.32'^^xsd:double;
  dwc:latitude '43.27'^^xsd:double;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1542'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.27"^^xsd:decimal ;
  dwc:decimalLongitude "14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.27"^^xsd:decimal ;
  geo-pos:long "14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1543'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.32'^^xsd:double;
  dwc:latitude '43.27'^^xsd:double;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1543'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.27"^^xsd:decimal ;
  dwc:decimalLongitude "14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.27"^^xsd:decimal ;
  geo-pos:long "14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1544'^^xsd:string;
  dwc:scientificName 'Echinaster (Echinaster) sepositus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.32'^^xsd:double;
  dwc:latitude '43.27'^^xsd:double;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1544'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '125161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.27"^^xsd:decimal ;
  dwc:decimalLongitude "14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.27"^^xsd:decimal ;
  geo-pos:long "14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1545'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.32'^^xsd:double;
  dwc:latitude '43.27'^^xsd:double;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1545'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.27"^^xsd:decimal ;
  dwc:decimalLongitude "14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.27"^^xsd:decimal ;
  geo-pos:long "14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1518'^^xsd:string;
  dwc:scientificName 'Stryphnus ponderosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.32'^^xsd:double;
  dwc:latitude '43.27'^^xsd:double;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '133991'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1518'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '133991'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.27"^^xsd:decimal ;
  dwc:decimalLongitude "14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.27 14.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.27"^^xsd:decimal ;
  geo-pos:long "14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1519'^^xsd:string;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.32'^^xsd:double;
  dwc:latitude '43.27'^^xsd:double;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1519'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.52"^^xsd:decimal ;
  dwc:decimalLongitude "14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "48.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  geo-pos:lat "42.52"^^xsd:decimal ;
  geo-pos:long "14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1764'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.33'^^xsd:double;
  dwc:latitude '42.52'^^xsd:double;
  dwc:minimumDepth '48.2'^^xsd:double;
  dwc:maximumDepth '48.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1764'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.52"^^xsd:decimal ;
  dwc:decimalLongitude "14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "48.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  geo-pos:lat "42.52"^^xsd:decimal ;
  geo-pos:long "14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1765'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.33'^^xsd:double;
  dwc:latitude '42.52'^^xsd:double;
  dwc:minimumDepth '48.2'^^xsd:double;
  dwc:maximumDepth '48.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1765'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.52"^^xsd:decimal ;
  dwc:decimalLongitude "14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "48.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  geo-pos:lat "42.52"^^xsd:decimal ;
  geo-pos:long "14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1766'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.33'^^xsd:double;
  dwc:latitude '42.52'^^xsd:double;
  dwc:minimumDepth '48.2'^^xsd:double;
  dwc:maximumDepth '48.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1766'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.52"^^xsd:decimal ;
  dwc:decimalLongitude "14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "48.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  geo-pos:lat "42.52"^^xsd:decimal ;
  geo-pos:long "14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1770'^^xsd:string;
  dwc:scientificName 'Fusinus rostratus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.33'^^xsd:double;
  dwc:latitude '42.52'^^xsd:double;
  dwc:minimumDepth '48.2'^^xsd:double;
  dwc:maximumDepth '48.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139931'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1770'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '448958'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.52"^^xsd:decimal ;
  dwc:decimalLongitude "14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "48.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  geo-pos:lat "42.52"^^xsd:decimal ;
  geo-pos:long "14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1771'^^xsd:string;
  dwc:scientificName 'Fimbria fimbriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.33'^^xsd:double;
  dwc:latitude '42.52'^^xsd:double;
  dwc:minimumDepth '48.2'^^xsd:double;
  dwc:maximumDepth '48.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '464161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1771'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '464161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.52"^^xsd:decimal ;
  dwc:decimalLongitude "14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "48.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  geo-pos:lat "42.52"^^xsd:decimal ;
  geo-pos:long "14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1772'^^xsd:string;
  dwc:scientificName 'Nucula sulcata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.33'^^xsd:double;
  dwc:latitude '42.52'^^xsd:double;
  dwc:minimumDepth '48.2'^^xsd:double;
  dwc:maximumDepth '48.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140592'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1772'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '140592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.52"^^xsd:decimal ;
  dwc:decimalLongitude "14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "48.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  geo-pos:lat "42.52"^^xsd:decimal ;
  geo-pos:long "14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1773'^^xsd:string;
  dwc:scientificName 'Atrina pectinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.33'^^xsd:double;
  dwc:latitude '42.52'^^xsd:double;
  dwc:minimumDepth '48.2'^^xsd:double;
  dwc:maximumDepth '48.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140779'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1773'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '140779'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.52"^^xsd:decimal ;
  dwc:decimalLongitude "14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "48.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  geo-pos:lat "42.52"^^xsd:decimal ;
  geo-pos:long "14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1775'^^xsd:string;
  dwc:scientificName 'Acanthocardia paucicostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.33'^^xsd:double;
  dwc:latitude '42.52'^^xsd:double;
  dwc:minimumDepth '48.2'^^xsd:double;
  dwc:maximumDepth '48.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138993'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1775'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '138993'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.52"^^xsd:decimal ;
  dwc:decimalLongitude "14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "48.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  geo-pos:lat "42.52"^^xsd:decimal ;
  geo-pos:long "14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1777'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.33'^^xsd:double;
  dwc:latitude '42.52'^^xsd:double;
  dwc:minimumDepth '48.2'^^xsd:double;
  dwc:maximumDepth '48.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1777'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.52"^^xsd:decimal ;
  dwc:decimalLongitude "14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "48.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  geo-pos:lat "42.52"^^xsd:decimal ;
  geo-pos:long "14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1778'^^xsd:string;
  dwc:scientificName 'Oestergrenia digitata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.33'^^xsd:double;
  dwc:latitude '42.52'^^xsd:double;
  dwc:minimumDepth '48.2'^^xsd:double;
  dwc:maximumDepth '48.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '152547'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1778'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '152547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.52"^^xsd:decimal ;
  dwc:decimalLongitude "14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "48.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  geo-pos:lat "42.52"^^xsd:decimal ;
  geo-pos:long "14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1754'^^xsd:string;
  dwc:scientificName 'Amphianthus dohrnii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.33'^^xsd:double;
  dwc:latitude '42.52'^^xsd:double;
  dwc:minimumDepth '48.2'^^xsd:double;
  dwc:maximumDepth '48.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100936'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1754'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '100936'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.52"^^xsd:decimal ;
  dwc:decimalLongitude "14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "48.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  geo-pos:lat "42.52"^^xsd:decimal ;
  geo-pos:long "14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1755'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.33'^^xsd:double;
  dwc:latitude '42.52'^^xsd:double;
  dwc:minimumDepth '48.2'^^xsd:double;
  dwc:maximumDepth '48.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1755'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.52"^^xsd:decimal ;
  dwc:decimalLongitude "14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "48.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  geo-pos:lat "42.52"^^xsd:decimal ;
  geo-pos:long "14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1756'^^xsd:string;
  dwc:scientificName 'Virgularia mirabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.33'^^xsd:double;
  dwc:latitude '42.52'^^xsd:double;
  dwc:minimumDepth '48.2'^^xsd:double;
  dwc:maximumDepth '48.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '128539'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1756'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '128539'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.52"^^xsd:decimal ;
  dwc:decimalLongitude "14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "48.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  geo-pos:lat "42.52"^^xsd:decimal ;
  geo-pos:long "14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1757'^^xsd:string;
  dwc:scientificName 'Sternaspis scutata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.33'^^xsd:double;
  dwc:latitude '42.52'^^xsd:double;
  dwc:minimumDepth '48.2'^^xsd:double;
  dwc:maximumDepth '48.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '131242'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1757'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '131242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.52"^^xsd:decimal ;
  dwc:decimalLongitude "14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "48.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  geo-pos:lat "42.52"^^xsd:decimal ;
  geo-pos:long "14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1758'^^xsd:string;
  dwc:scientificName 'Squilla mantis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.33'^^xsd:double;
  dwc:latitude '42.52'^^xsd:double;
  dwc:minimumDepth '48.2'^^xsd:double;
  dwc:maximumDepth '48.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '136137'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1758'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '136137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.52"^^xsd:decimal ;
  dwc:decimalLongitude "14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "48.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  geo-pos:lat "42.52"^^xsd:decimal ;
  geo-pos:long "14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1760'^^xsd:string;
  dwc:scientificName 'Penaeus kerathurus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.33'^^xsd:double;
  dwc:latitude '42.52'^^xsd:double;
  dwc:minimumDepth '48.2'^^xsd:double;
  dwc:maximumDepth '48.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '246388'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1760'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '1809195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.52"^^xsd:decimal ;
  dwc:decimalLongitude "14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "48.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  geo-pos:lat "42.52"^^xsd:decimal ;
  geo-pos:long "14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1761'^^xsd:string;
  dwc:scientificName 'Alpheus glaber'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.33'^^xsd:double;
  dwc:latitude '42.52'^^xsd:double;
  dwc:minimumDepth '48.2'^^xsd:double;
  dwc:maximumDepth '48.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107477'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1761'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '107477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.52"^^xsd:decimal ;
  dwc:decimalLongitude "14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "48.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  geo-pos:lat "42.52"^^xsd:decimal ;
  geo-pos:long "14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1779'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.33'^^xsd:double;
  dwc:latitude '42.52'^^xsd:double;
  dwc:minimumDepth '48.2'^^xsd:double;
  dwc:maximumDepth '48.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1779'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.52"^^xsd:decimal ;
  dwc:decimalLongitude "14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "48.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  geo-pos:lat "42.52"^^xsd:decimal ;
  geo-pos:long "14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1780'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.33'^^xsd:double;
  dwc:latitude '42.52'^^xsd:double;
  dwc:minimumDepth '48.2'^^xsd:double;
  dwc:maximumDepth '48.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1780'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.52"^^xsd:decimal ;
  dwc:decimalLongitude "14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "48.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.52 14.33)"^^geo:wktLiteral ;
  geo-pos:lat "42.52"^^xsd:decimal ;
  geo-pos:long "14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1781'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.33'^^xsd:double;
  dwc:latitude '42.52'^^xsd:double;
  dwc:minimumDepth '48.2'^^xsd:double;
  dwc:maximumDepth '48.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1781'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.14"^^xsd:decimal ;
  dwc:decimalLongitude "14.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "92.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  geo-pos:lat "43.14"^^xsd:decimal ;
  geo-pos:long "14.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1561'^^xsd:string;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.36'^^xsd:double;
  dwc:latitude '43.14'^^xsd:double;
  dwc:minimumDepth '92.2'^^xsd:double;
  dwc:maximumDepth '92.2'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1561'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.14"^^xsd:decimal ;
  dwc:decimalLongitude "14.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "92.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  geo-pos:lat "43.14"^^xsd:decimal ;
  geo-pos:long "14.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1562'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.36'^^xsd:double;
  dwc:latitude '43.14'^^xsd:double;
  dwc:minimumDepth '92.2'^^xsd:double;
  dwc:maximumDepth '92.2'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1562'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.14"^^xsd:decimal ;
  dwc:decimalLongitude "14.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "92.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  geo-pos:lat "43.14"^^xsd:decimal ;
  geo-pos:long "14.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1563'^^xsd:string;
  dwc:scientificName 'Chlorotocus crassicornis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.36'^^xsd:double;
  dwc:latitude '43.14'^^xsd:double;
  dwc:minimumDepth '92.2'^^xsd:double;
  dwc:maximumDepth '92.2'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107642'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1563'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '107642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.14"^^xsd:decimal ;
  dwc:decimalLongitude "14.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "92.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  geo-pos:lat "43.14"^^xsd:decimal ;
  geo-pos:long "14.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1564'^^xsd:string;
  dwc:scientificName 'Calliostoma granulatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.36'^^xsd:double;
  dwc:latitude '43.14'^^xsd:double;
  dwc:minimumDepth '92.2'^^xsd:double;
  dwc:maximumDepth '92.2'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141753'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1564'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '141753'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.14"^^xsd:decimal ;
  dwc:decimalLongitude "14.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "92.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  geo-pos:lat "43.14"^^xsd:decimal ;
  geo-pos:long "14.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1565'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.36'^^xsd:double;
  dwc:latitude '43.14'^^xsd:double;
  dwc:minimumDepth '92.2'^^xsd:double;
  dwc:maximumDepth '92.2'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1565'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.14"^^xsd:decimal ;
  dwc:decimalLongitude "14.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "92.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  geo-pos:lat "43.14"^^xsd:decimal ;
  geo-pos:long "14.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1567'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.36'^^xsd:double;
  dwc:latitude '43.14'^^xsd:double;
  dwc:minimumDepth '92.2'^^xsd:double;
  dwc:maximumDepth '92.2'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1567'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.14"^^xsd:decimal ;
  dwc:decimalLongitude "14.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "92.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  geo-pos:lat "43.14"^^xsd:decimal ;
  geo-pos:long "14.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1568'^^xsd:string;
  dwc:scientificName 'Fusinus rostratus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.36'^^xsd:double;
  dwc:latitude '43.14'^^xsd:double;
  dwc:minimumDepth '92.2'^^xsd:double;
  dwc:maximumDepth '92.2'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139931'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1568'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '448958'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.14"^^xsd:decimal ;
  dwc:decimalLongitude "14.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "92.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  geo-pos:lat "43.14"^^xsd:decimal ;
  geo-pos:long "14.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1569'^^xsd:string;
  dwc:scientificName 'Nucula sulcata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.36'^^xsd:double;
  dwc:latitude '43.14'^^xsd:double;
  dwc:minimumDepth '92.2'^^xsd:double;
  dwc:maximumDepth '92.2'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140592'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1569'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '140592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.14"^^xsd:decimal ;
  dwc:decimalLongitude "14.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "92.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  geo-pos:lat "43.14"^^xsd:decimal ;
  geo-pos:long "14.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1570'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.36'^^xsd:double;
  dwc:latitude '43.14'^^xsd:double;
  dwc:minimumDepth '92.2'^^xsd:double;
  dwc:maximumDepth '92.2'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1570'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.14"^^xsd:decimal ;
  dwc:decimalLongitude "14.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "92.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  geo-pos:lat "43.14"^^xsd:decimal ;
  geo-pos:long "14.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1572'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.36'^^xsd:double;
  dwc:latitude '43.14'^^xsd:double;
  dwc:minimumDepth '92.2'^^xsd:double;
  dwc:maximumDepth '92.2'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1572'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.14"^^xsd:decimal ;
  dwc:decimalLongitude "14.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "92.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  geo-pos:lat "43.14"^^xsd:decimal ;
  geo-pos:long "14.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1573'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.36'^^xsd:double;
  dwc:latitude '43.14'^^xsd:double;
  dwc:minimumDepth '92.2'^^xsd:double;
  dwc:maximumDepth '92.2'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1573'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.14"^^xsd:decimal ;
  dwc:decimalLongitude "14.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "92.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  geo-pos:lat "43.14"^^xsd:decimal ;
  geo-pos:long "14.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1577'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.36'^^xsd:double;
  dwc:latitude '43.14'^^xsd:double;
  dwc:minimumDepth '92.2'^^xsd:double;
  dwc:maximumDepth '92.2'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1577'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.14"^^xsd:decimal ;
  dwc:decimalLongitude "14.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "92.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  geo-pos:lat "43.14"^^xsd:decimal ;
  geo-pos:long "14.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1559'^^xsd:string;
  dwc:scientificName 'Munida intermedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.36'^^xsd:double;
  dwc:latitude '43.14'^^xsd:double;
  dwc:minimumDepth '92.2'^^xsd:double;
  dwc:maximumDepth '92.2'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107157'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1559'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '107157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.14"^^xsd:decimal ;
  dwc:decimalLongitude "14.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "92.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  geo-pos:lat "43.14"^^xsd:decimal ;
  geo-pos:long "14.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1550'^^xsd:string;
  dwc:scientificName 'Suberites domuncula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.36'^^xsd:double;
  dwc:latitude '43.14'^^xsd:double;
  dwc:minimumDepth '92.2'^^xsd:double;
  dwc:maximumDepth '92.2'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134282'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1550'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '134282'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.14"^^xsd:decimal ;
  dwc:decimalLongitude "14.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "92.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  geo-pos:lat "43.14"^^xsd:decimal ;
  geo-pos:long "14.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1552'^^xsd:string;
  dwc:scientificName 'Lytocarpia myriophyllum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.36'^^xsd:double;
  dwc:latitude '43.14'^^xsd:double;
  dwc:minimumDepth '92.2'^^xsd:double;
  dwc:maximumDepth '92.2'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '117302'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1552'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.14"^^xsd:decimal ;
  dwc:decimalLongitude "14.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "92.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  geo-pos:lat "43.14"^^xsd:decimal ;
  geo-pos:long "14.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1553'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.36'^^xsd:double;
  dwc:latitude '43.14'^^xsd:double;
  dwc:minimumDepth '92.2'^^xsd:double;
  dwc:maximumDepth '92.2'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1553'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.14"^^xsd:decimal ;
  dwc:decimalLongitude "14.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "92.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  geo-pos:lat "43.14"^^xsd:decimal ;
  geo-pos:long "14.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1554'^^xsd:string;
  dwc:scientificName 'Funiculina quadrangularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.36'^^xsd:double;
  dwc:latitude '43.14'^^xsd:double;
  dwc:minimumDepth '92.2'^^xsd:double;
  dwc:maximumDepth '92.2'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '128506'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1554'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '128506'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.14"^^xsd:decimal ;
  dwc:decimalLongitude "14.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "92.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  geo-pos:lat "43.14"^^xsd:decimal ;
  geo-pos:long "14.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1555'^^xsd:string;
  dwc:scientificName 'Pennatula phosphorea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.36'^^xsd:double;
  dwc:latitude '43.14'^^xsd:double;
  dwc:minimumDepth '92.2'^^xsd:double;
  dwc:maximumDepth '92.2'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '128517'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1555'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '128517'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.14"^^xsd:decimal ;
  dwc:decimalLongitude "14.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "92.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  geo-pos:lat "43.14"^^xsd:decimal ;
  geo-pos:long "14.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1556'^^xsd:string;
  dwc:scientificName 'Pontophilus spinosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.36'^^xsd:double;
  dwc:latitude '43.14'^^xsd:double;
  dwc:minimumDepth '92.2'^^xsd:double;
  dwc:maximumDepth '92.2'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107564'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1556'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '107564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.14"^^xsd:decimal ;
  dwc:decimalLongitude "14.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "92.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  geo-pos:lat "43.14"^^xsd:decimal ;
  geo-pos:long "14.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1557'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.36'^^xsd:double;
  dwc:latitude '43.14'^^xsd:double;
  dwc:minimumDepth '92.2'^^xsd:double;
  dwc:maximumDepth '92.2'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1557'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.14"^^xsd:decimal ;
  dwc:decimalLongitude "14.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "92.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  geo-pos:lat "43.14"^^xsd:decimal ;
  geo-pos:long "14.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1558'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.36'^^xsd:double;
  dwc:latitude '43.14'^^xsd:double;
  dwc:minimumDepth '92.2'^^xsd:double;
  dwc:maximumDepth '92.2'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1558'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.14"^^xsd:decimal ;
  dwc:decimalLongitude "14.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "92.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 14.36)"^^geo:wktLiteral ;
  geo-pos:lat "43.14"^^xsd:decimal ;
  geo-pos:long "14.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1571'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.36'^^xsd:double;
  dwc:latitude '43.14'^^xsd:double;
  dwc:minimumDepth '92.2'^^xsd:double;
  dwc:maximumDepth '92.2'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1571'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.29"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94"^^xsd:integer ;
  dwc:maximumDepthInMeters "94"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.29"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1586'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.29'^^xsd:double;
  dwc:minimumDepth '94'^^xsd:integer;
  dwc:maximumDepth '94'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1586'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.29"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94"^^xsd:integer ;
  dwc:maximumDepthInMeters "94"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.29"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1579'^^xsd:string;
  dwc:scientificName 'Stryphnus ponderosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.29'^^xsd:double;
  dwc:minimumDepth '94'^^xsd:integer;
  dwc:maximumDepth '94'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '133991'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1579'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '133991'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.29"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94"^^xsd:integer ;
  dwc:maximumDepthInMeters "94"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.29"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1580'^^xsd:string;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.29'^^xsd:double;
  dwc:minimumDepth '94'^^xsd:integer;
  dwc:maximumDepth '94'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1580'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.29"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94"^^xsd:integer ;
  dwc:maximumDepthInMeters "94"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.29"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1581'^^xsd:string;
  dwc:scientificName 'Suberites domuncula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.29'^^xsd:double;
  dwc:minimumDepth '94'^^xsd:integer;
  dwc:maximumDepth '94'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134282'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1581'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '134282'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.29"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94"^^xsd:integer ;
  dwc:maximumDepthInMeters "94"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.29"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1582'^^xsd:string;
  dwc:scientificName 'Tedania (Tedania) anhelans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.29'^^xsd:double;
  dwc:minimumDepth '94'^^xsd:integer;
  dwc:maximumDepth '94'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '169546'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1582'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '169546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.29"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94"^^xsd:integer ;
  dwc:maximumDepthInMeters "94"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.29"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1583'^^xsd:string;
  dwc:scientificName 'Haliclona (Haliclona) simulans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.29'^^xsd:double;
  dwc:minimumDepth '94'^^xsd:integer;
  dwc:maximumDepth '94'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132858'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1583'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '132858'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.29"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94"^^xsd:integer ;
  dwc:maximumDepthInMeters "94"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.29"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1585'^^xsd:string;
  dwc:scientificName 'Lytocarpia myriophyllum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.29'^^xsd:double;
  dwc:minimumDepth '94'^^xsd:integer;
  dwc:maximumDepth '94'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '117302'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1585'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.29"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94"^^xsd:integer ;
  dwc:maximumDepthInMeters "94"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.29"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1594'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.29'^^xsd:double;
  dwc:minimumDepth '94'^^xsd:integer;
  dwc:maximumDepth '94'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1594'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.29"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94"^^xsd:integer ;
  dwc:maximumDepthInMeters "94"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.29"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1595'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.29'^^xsd:double;
  dwc:minimumDepth '94'^^xsd:integer;
  dwc:maximumDepth '94'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1595'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.29"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94"^^xsd:integer ;
  dwc:maximumDepthInMeters "94"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.29"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1596'^^xsd:string;
  dwc:scientificName 'Pilumnus hirtellus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.29'^^xsd:double;
  dwc:minimumDepth '94'^^xsd:integer;
  dwc:maximumDepth '94'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107418'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1596'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '107418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.29"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94"^^xsd:integer ;
  dwc:maximumDepthInMeters "94"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.29"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1587'^^xsd:string;
  dwc:scientificName 'Funiculina quadrangularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.29'^^xsd:double;
  dwc:minimumDepth '94'^^xsd:integer;
  dwc:maximumDepth '94'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '128506'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1587'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '128506'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.29"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94"^^xsd:integer ;
  dwc:maximumDepthInMeters "94"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.29"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1588'^^xsd:string;
  dwc:scientificName 'Pennatula phosphorea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.29'^^xsd:double;
  dwc:minimumDepth '94'^^xsd:integer;
  dwc:maximumDepth '94'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '128517'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1588'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '128517'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.29"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94"^^xsd:integer ;
  dwc:maximumDepthInMeters "94"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.29"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1589'^^xsd:string;
  dwc:scientificName 'Squilla mantis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.29'^^xsd:double;
  dwc:minimumDepth '94'^^xsd:integer;
  dwc:maximumDepth '94'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '136137'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1589'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '136137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.29"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94"^^xsd:integer ;
  dwc:maximumDepthInMeters "94"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.29"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1590'^^xsd:string;
  dwc:scientificName 'Platysquilla eusebia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.29'^^xsd:double;
  dwc:minimumDepth '94'^^xsd:integer;
  dwc:maximumDepth '94'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '136126'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1590'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '136126'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.29"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94"^^xsd:integer ;
  dwc:maximumDepthInMeters "94"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.29"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1591'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.29'^^xsd:double;
  dwc:minimumDepth '94'^^xsd:integer;
  dwc:maximumDepth '94'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1591'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.29"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94"^^xsd:integer ;
  dwc:maximumDepthInMeters "94"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.29"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1592'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.29'^^xsd:double;
  dwc:minimumDepth '94'^^xsd:integer;
  dwc:maximumDepth '94'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1592'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.29"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94"^^xsd:integer ;
  dwc:maximumDepthInMeters "94"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.29"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1593'^^xsd:string;
  dwc:scientificName 'Munida intermedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.29'^^xsd:double;
  dwc:minimumDepth '94'^^xsd:integer;
  dwc:maximumDepth '94'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107157'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1593'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '107157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.29"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94"^^xsd:integer ;
  dwc:maximumDepthInMeters "94"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.29"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1597'^^xsd:string;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.29'^^xsd:double;
  dwc:minimumDepth '94'^^xsd:integer;
  dwc:maximumDepth '94'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1597'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.29"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94"^^xsd:integer ;
  dwc:maximumDepthInMeters "94"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.29"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1598'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.29'^^xsd:double;
  dwc:minimumDepth '94'^^xsd:integer;
  dwc:maximumDepth '94'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1598'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.29"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94"^^xsd:integer ;
  dwc:maximumDepthInMeters "94"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.29"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1599'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.29'^^xsd:double;
  dwc:minimumDepth '94'^^xsd:integer;
  dwc:maximumDepth '94'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1599'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.29"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94"^^xsd:integer ;
  dwc:maximumDepthInMeters "94"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.29"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1600'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.29'^^xsd:double;
  dwc:minimumDepth '94'^^xsd:integer;
  dwc:maximumDepth '94'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1600'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.29"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94"^^xsd:integer ;
  dwc:maximumDepthInMeters "94"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.29"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1602'^^xsd:string;
  dwc:scientificName 'Echinaster (Echinaster) sepositus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.29'^^xsd:double;
  dwc:minimumDepth '94'^^xsd:integer;
  dwc:maximumDepth '94'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1602'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '125161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.29"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94"^^xsd:integer ;
  dwc:maximumDepthInMeters "94"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.29"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1603'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.29'^^xsd:double;
  dwc:minimumDepth '94'^^xsd:integer;
  dwc:maximumDepth '94'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1603'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.29"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94"^^xsd:integer ;
  dwc:maximumDepthInMeters "94"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.29 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.29"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1604'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.29'^^xsd:double;
  dwc:minimumDepth '94'^^xsd:integer;
  dwc:maximumDepth '94'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1604'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "88.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.4"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1609'^^xsd:string;
  dwc:scientificName 'Tedania (Tedania) anhelans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.4'^^xsd:double;
  dwc:minimumDepth '88.8'^^xsd:double;
  dwc:maximumDepth '88.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '169546'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1609'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '169546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "88.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.4"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1610'^^xsd:string;
  dwc:scientificName 'Haliclona (Haliclona) simulans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.4'^^xsd:double;
  dwc:minimumDepth '88.8'^^xsd:double;
  dwc:maximumDepth '88.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132858'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1610'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '132858'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "88.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.4"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1611'^^xsd:string;
  dwc:scientificName 'Scalarispongia scalaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.4'^^xsd:double;
  dwc:minimumDepth '88.8'^^xsd:double;
  dwc:maximumDepth '88.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '165376'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1611'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '165376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "88.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.4"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1612'^^xsd:string;
  dwc:scientificName 'Lytocarpia myriophyllum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.4'^^xsd:double;
  dwc:minimumDepth '88.8'^^xsd:double;
  dwc:maximumDepth '88.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '117302'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1612'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "88.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.4"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1613'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.4'^^xsd:double;
  dwc:minimumDepth '88.8'^^xsd:double;
  dwc:maximumDepth '88.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1613'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "88.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.4"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1614'^^xsd:string;
  dwc:scientificName 'Funiculina quadrangularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.4'^^xsd:double;
  dwc:minimumDepth '88.8'^^xsd:double;
  dwc:maximumDepth '88.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '128506'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1614'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '128506'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "88.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.4"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1615'^^xsd:string;
  dwc:scientificName 'Pennatula phosphorea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.4'^^xsd:double;
  dwc:minimumDepth '88.8'^^xsd:double;
  dwc:maximumDepth '88.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '128517'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1615'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '128517'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "88.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.4"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1619'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.4'^^xsd:double;
  dwc:minimumDepth '88.8'^^xsd:double;
  dwc:maximumDepth '88.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1619'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "88.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.4"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1622'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.4'^^xsd:double;
  dwc:minimumDepth '88.8'^^xsd:double;
  dwc:maximumDepth '88.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1622'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "88.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.4"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1631'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.4'^^xsd:double;
  dwc:minimumDepth '88.8'^^xsd:double;
  dwc:maximumDepth '88.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1631'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "88.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.4"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1625'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.4'^^xsd:double;
  dwc:minimumDepth '88.8'^^xsd:double;
  dwc:maximumDepth '88.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1625'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "88.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.4"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1626'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.4'^^xsd:double;
  dwc:minimumDepth '88.8'^^xsd:double;
  dwc:maximumDepth '88.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1626'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "88.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.4"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1627'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.4'^^xsd:double;
  dwc:minimumDepth '88.8'^^xsd:double;
  dwc:maximumDepth '88.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1627'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1628> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "88.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.4"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1628'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.4'^^xsd:double;
  dwc:minimumDepth '88.8'^^xsd:double;
  dwc:maximumDepth '88.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1628'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "88.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.4"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1630'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.4'^^xsd:double;
  dwc:minimumDepth '88.8'^^xsd:double;
  dwc:maximumDepth '88.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1630'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "88.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.4"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1608'^^xsd:string;
  dwc:scientificName 'Suberites domuncula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.4'^^xsd:double;
  dwc:minimumDepth '88.8'^^xsd:double;
  dwc:maximumDepth '88.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134282'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1608'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '134282'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "88.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.4"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1605'^^xsd:string;
  dwc:scientificName 'Geodia cydonium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.4'^^xsd:double;
  dwc:minimumDepth '88.8'^^xsd:double;
  dwc:maximumDepth '88.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134025'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1605'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '134025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4"^^xsd:decimal ;
  dwc:decimalLongitude "14.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "88.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 14.49)"^^geo:wktLiteral ;
  geo-pos:lat "43.4"^^xsd:decimal ;
  geo-pos:long "14.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1607'^^xsd:string;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.49'^^xsd:double;
  dwc:latitude '43.4'^^xsd:double;
  dwc:minimumDepth '88.8'^^xsd:double;
  dwc:maximumDepth '88.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1607'^^xsd:string;
  dwc:observationDate '1982-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.02"^^xsd:decimal ;
  dwc:decimalLongitude "14.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.02"^^xsd:decimal ;
  geo-pos:long "14.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1370'^^xsd:string;
  dwc:scientificName 'Echinaster (Echinaster) sepositus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.5'^^xsd:double;
  dwc:latitude '44.02'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1370'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '125161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.02"^^xsd:decimal ;
  dwc:decimalLongitude "14.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.02"^^xsd:decimal ;
  geo-pos:long "14.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1357'^^xsd:string;
  dwc:scientificName 'Mycale (Aegogropila) tunicata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.5'^^xsd:double;
  dwc:latitude '44.02'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '168550'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1357'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '168550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.02"^^xsd:decimal ;
  dwc:decimalLongitude "14.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.02"^^xsd:decimal ;
  geo-pos:long "14.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1359'^^xsd:string;
  dwc:scientificName 'Aphrodita aculeata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.5'^^xsd:double;
  dwc:latitude '44.02'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '129840'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1359'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '129840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.02"^^xsd:decimal ;
  dwc:decimalLongitude "14.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.02"^^xsd:decimal ;
  geo-pos:long "14.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1361'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.5'^^xsd:double;
  dwc:latitude '44.02'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1361'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.02"^^xsd:decimal ;
  dwc:decimalLongitude "14.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.02"^^xsd:decimal ;
  geo-pos:long "14.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1362'^^xsd:string;
  dwc:scientificName 'Pilumnus hirtellus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.5'^^xsd:double;
  dwc:latitude '44.02'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107418'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1362'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '107418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.02"^^xsd:decimal ;
  dwc:decimalLongitude "14.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.02"^^xsd:decimal ;
  geo-pos:long "14.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1364'^^xsd:string;
  dwc:scientificName 'Scaphander lignarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.5'^^xsd:double;
  dwc:latitude '44.02'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139488'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1364'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '139488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.02"^^xsd:decimal ;
  dwc:decimalLongitude "14.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.02"^^xsd:decimal ;
  geo-pos:long "14.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1365'^^xsd:string;
  dwc:scientificName 'Holothuria (Holothuria) tubulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.5'^^xsd:double;
  dwc:latitude '44.02'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125182'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1365'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '125182'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.02"^^xsd:decimal ;
  dwc:decimalLongitude "14.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.02"^^xsd:decimal ;
  geo-pos:long "14.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1366'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.5'^^xsd:double;
  dwc:latitude '44.02'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1366'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.02"^^xsd:decimal ;
  dwc:decimalLongitude "14.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.02"^^xsd:decimal ;
  geo-pos:long "14.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1367'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.5'^^xsd:double;
  dwc:latitude '44.02'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1367'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.02"^^xsd:decimal ;
  dwc:decimalLongitude "14.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.02"^^xsd:decimal ;
  geo-pos:long "14.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1368'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.5'^^xsd:double;
  dwc:latitude '44.02'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1368'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.02"^^xsd:decimal ;
  dwc:decimalLongitude "14.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.02"^^xsd:decimal ;
  geo-pos:long "14.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1369'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.5'^^xsd:double;
  dwc:latitude '44.02'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1369'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.02"^^xsd:decimal ;
  dwc:decimalLongitude "14.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.02"^^xsd:decimal ;
  geo-pos:long "14.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1373'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.5'^^xsd:double;
  dwc:latitude '44.02'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1373'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.02"^^xsd:decimal ;
  dwc:decimalLongitude "14.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.02"^^xsd:decimal ;
  geo-pos:long "14.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1375'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.5'^^xsd:double;
  dwc:latitude '44.02'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1375'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.02"^^xsd:decimal ;
  dwc:decimalLongitude "14.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.02"^^xsd:decimal ;
  geo-pos:long "14.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1358'^^xsd:string;
  dwc:scientificName 'Pachymatisma johnstonia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.5'^^xsd:double;
  dwc:latitude '44.02'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1358'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.02"^^xsd:decimal ;
  dwc:decimalLongitude "14.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.02"^^xsd:decimal ;
  geo-pos:long "14.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1350'^^xsd:string;
  dwc:scientificName 'Geodia cydonium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.5'^^xsd:double;
  dwc:latitude '44.02'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134025'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1350'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '134025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.02"^^xsd:decimal ;
  dwc:decimalLongitude "14.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.02"^^xsd:decimal ;
  geo-pos:long "14.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1351'^^xsd:string;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.5'^^xsd:double;
  dwc:latitude '44.02'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1351'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.02"^^xsd:decimal ;
  dwc:decimalLongitude "14.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.02"^^xsd:decimal ;
  geo-pos:long "14.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1352'^^xsd:string;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.5'^^xsd:double;
  dwc:latitude '44.02'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1352'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.02"^^xsd:decimal ;
  dwc:decimalLongitude "14.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.02"^^xsd:decimal ;
  geo-pos:long "14.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1353'^^xsd:string;
  dwc:scientificName 'Spongia (Spongia) officinalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.5'^^xsd:double;
  dwc:latitude '44.02'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '165220'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1353'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '165220'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.02"^^xsd:decimal ;
  dwc:decimalLongitude "14.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.02"^^xsd:decimal ;
  geo-pos:long "14.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1354'^^xsd:string;
  dwc:scientificName 'Hippospongia communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.5'^^xsd:double;
  dwc:latitude '44.02'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132377'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1354'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '132377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.02"^^xsd:decimal ;
  dwc:decimalLongitude "14.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "71"^^xsd:integer ;
  dwc:maximumDepthInMeters "71"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 14.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.02"^^xsd:decimal ;
  geo-pos:long "14.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1356'^^xsd:string;
  dwc:scientificName 'Sarcotragus foetidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.5'^^xsd:double;
  dwc:latitude '44.02'^^xsd:double;
  dwc:minimumDepth '71'^^xsd:integer;
  dwc:maximumDepth '71'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132371'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1356'^^xsd:string;
  dwc:observationDate '1982-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '132371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "68.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1376'^^xsd:string;
  dwc:scientificName 'Geodia cydonium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.52'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '68.4'^^xsd:double;
  dwc:maximumDepth '68.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134025'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1376'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '134025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "68.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1377'^^xsd:string;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.52'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '68.4'^^xsd:double;
  dwc:maximumDepth '68.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1377'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "68.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1378'^^xsd:string;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.52'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '68.4'^^xsd:double;
  dwc:maximumDepth '68.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1378'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "68.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1379'^^xsd:string;
  dwc:scientificName 'Spongia (Spongia) officinalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.52'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '68.4'^^xsd:double;
  dwc:maximumDepth '68.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '165220'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1379'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '165220'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "68.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1380'^^xsd:string;
  dwc:scientificName 'Hippospongia communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.52'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '68.4'^^xsd:double;
  dwc:maximumDepth '68.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132377'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1380'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '132377'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "68.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1381'^^xsd:string;
  dwc:scientificName 'Aplysina cavernicola'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.52'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '68.4'^^xsd:double;
  dwc:maximumDepth '68.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '133913'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1381'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '133913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "68.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1393'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.52'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '68.4'^^xsd:double;
  dwc:maximumDepth '68.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1393'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "68.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1394'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.52'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '68.4'^^xsd:double;
  dwc:maximumDepth '68.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1394'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "68.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1395'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.52'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '68.4'^^xsd:double;
  dwc:maximumDepth '68.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1395'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "68.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1396'^^xsd:string;
  dwc:scientificName 'Echinaster (Echinaster) sepositus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.52'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '68.4'^^xsd:double;
  dwc:maximumDepth '68.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1396'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '125161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "68.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1397'^^xsd:string;
  dwc:scientificName 'Anseropoda placenta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.52'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '68.4'^^xsd:double;
  dwc:maximumDepth '68.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123985'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1397'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '123985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "68.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1398'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.52'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '68.4'^^xsd:double;
  dwc:maximumDepth '68.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1398'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "68.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1399'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.52'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '68.4'^^xsd:double;
  dwc:maximumDepth '68.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1399'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "68.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1400'^^xsd:string;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.52'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '68.4'^^xsd:double;
  dwc:maximumDepth '68.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1400'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "68.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1401'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.52'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '68.4'^^xsd:double;
  dwc:maximumDepth '68.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1401'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1392> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "68.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1392'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.52'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '68.4'^^xsd:double;
  dwc:maximumDepth '68.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1392'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "68.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1382'^^xsd:string;
  dwc:scientificName 'Sarcotragus foetidus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.52'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '68.4'^^xsd:double;
  dwc:maximumDepth '68.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132371'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1382'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '132371'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "68.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1383'^^xsd:string;
  dwc:scientificName 'Mycale (Aegogropila) tunicata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.52'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '68.4'^^xsd:double;
  dwc:maximumDepth '68.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '168550'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1383'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '168550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "68.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1384'^^xsd:string;
  dwc:scientificName 'Pachymatisma johnstonia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.52'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '68.4'^^xsd:double;
  dwc:maximumDepth '68.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1384'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "68.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1385'^^xsd:string;
  dwc:scientificName 'Aphrodita aculeata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.52'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '68.4'^^xsd:double;
  dwc:maximumDepth '68.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '129840'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1385'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '129840'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "68.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1386'^^xsd:string;
  dwc:scientificName 'Dromia personata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.52'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '68.4'^^xsd:double;
  dwc:maximumDepth '68.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107258'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1386'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '107258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "68.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1387'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.52'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '68.4'^^xsd:double;
  dwc:maximumDepth '68.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1387'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "68.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1388'^^xsd:string;
  dwc:scientificName 'Pilumnus hirtellus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.52'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '68.4'^^xsd:double;
  dwc:maximumDepth '68.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107418'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1388'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '107418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "68.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1389'^^xsd:string;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.52'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '68.4'^^xsd:double;
  dwc:maximumDepth '68.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1389'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "68.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1390'^^xsd:string;
  dwc:scientificName 'Scaphander lignarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.52'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '68.4'^^xsd:double;
  dwc:maximumDepth '68.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139488'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1390'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '139488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "14.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "68.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 14.52)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "14.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1391'^^xsd:string;
  dwc:scientificName 'Holothuria (Holothuria) tubulosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.52'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '68.4'^^xsd:double;
  dwc:maximumDepth '68.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125182'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1391'^^xsd:string;
  dwc:observationDate '1982-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '125182'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.61 14.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.61"^^xsd:decimal ;
  dwc:decimalLongitude "14.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.61 14.58)"^^geo:wktLiteral ;
  geo-pos:lat "42.61"^^xsd:decimal ;
  geo-pos:long "14.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1811'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.58'^^xsd:double;
  dwc:latitude '42.61'^^xsd:double;
  dwc:minimumDepth '129.8'^^xsd:double;
  dwc:maximumDepth '129.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1811'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.61 14.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.61"^^xsd:decimal ;
  dwc:decimalLongitude "14.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.61 14.58)"^^geo:wktLiteral ;
  geo-pos:lat "42.61"^^xsd:decimal ;
  geo-pos:long "14.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1804'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.58'^^xsd:double;
  dwc:latitude '42.61'^^xsd:double;
  dwc:minimumDepth '129.8'^^xsd:double;
  dwc:maximumDepth '129.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1804'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.61 14.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.61"^^xsd:decimal ;
  dwc:decimalLongitude "14.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.61 14.58)"^^geo:wktLiteral ;
  geo-pos:lat "42.61"^^xsd:decimal ;
  geo-pos:long "14.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1805'^^xsd:string;
  dwc:scientificName 'Chlorotocus crassicornis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.58'^^xsd:double;
  dwc:latitude '42.61'^^xsd:double;
  dwc:minimumDepth '129.8'^^xsd:double;
  dwc:maximumDepth '129.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107642'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1805'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '107642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.61 14.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.61"^^xsd:decimal ;
  dwc:decimalLongitude "14.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.61 14.58)"^^geo:wktLiteral ;
  geo-pos:lat "42.61"^^xsd:decimal ;
  geo-pos:long "14.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1807'^^xsd:string;
  dwc:scientificName 'Processa nouveli nouveli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.58'^^xsd:double;
  dwc:latitude '42.61'^^xsd:double;
  dwc:minimumDepth '129.8'^^xsd:double;
  dwc:maximumDepth '129.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '108345'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1807'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '108345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.61 14.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.61"^^xsd:decimal ;
  dwc:decimalLongitude "14.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.61 14.58)"^^geo:wktLiteral ;
  geo-pos:lat "42.61"^^xsd:decimal ;
  geo-pos:long "14.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1808'^^xsd:string;
  dwc:scientificName 'Pontophilus spinosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.58'^^xsd:double;
  dwc:latitude '42.61'^^xsd:double;
  dwc:minimumDepth '129.8'^^xsd:double;
  dwc:maximumDepth '129.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107564'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1808'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '107564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.61 14.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.61"^^xsd:decimal ;
  dwc:decimalLongitude "14.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.61 14.58)"^^geo:wktLiteral ;
  geo-pos:lat "42.61"^^xsd:decimal ;
  geo-pos:long "14.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1809'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.58'^^xsd:double;
  dwc:latitude '42.61'^^xsd:double;
  dwc:minimumDepth '129.8'^^xsd:double;
  dwc:maximumDepth '129.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1809'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.61 14.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.61"^^xsd:decimal ;
  dwc:decimalLongitude "14.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.61 14.58)"^^geo:wktLiteral ;
  geo-pos:lat "42.61"^^xsd:decimal ;
  geo-pos:long "14.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1810'^^xsd:string;
  dwc:scientificName 'Munida intermedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.58'^^xsd:double;
  dwc:latitude '42.61'^^xsd:double;
  dwc:minimumDepth '129.8'^^xsd:double;
  dwc:maximumDepth '129.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107157'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1810'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '107157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.61 14.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.61"^^xsd:decimal ;
  dwc:decimalLongitude "14.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.61 14.58)"^^geo:wktLiteral ;
  geo-pos:lat "42.61"^^xsd:decimal ;
  geo-pos:long "14.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1812'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.58'^^xsd:double;
  dwc:latitude '42.61'^^xsd:double;
  dwc:minimumDepth '129.8'^^xsd:double;
  dwc:maximumDepth '129.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1812'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.61 14.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.61"^^xsd:decimal ;
  dwc:decimalLongitude "14.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.61 14.58)"^^geo:wktLiteral ;
  geo-pos:lat "42.61"^^xsd:decimal ;
  geo-pos:long "14.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1813'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.58'^^xsd:double;
  dwc:latitude '42.61'^^xsd:double;
  dwc:minimumDepth '129.8'^^xsd:double;
  dwc:maximumDepth '129.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1813'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.61 14.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.61"^^xsd:decimal ;
  dwc:decimalLongitude "14.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.61 14.58)"^^geo:wktLiteral ;
  geo-pos:lat "42.61"^^xsd:decimal ;
  geo-pos:long "14.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1815'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.58'^^xsd:double;
  dwc:latitude '42.61'^^xsd:double;
  dwc:minimumDepth '129.8'^^xsd:double;
  dwc:maximumDepth '129.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1815'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.61 14.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.61"^^xsd:decimal ;
  dwc:decimalLongitude "14.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.61 14.58)"^^geo:wktLiteral ;
  geo-pos:lat "42.61"^^xsd:decimal ;
  geo-pos:long "14.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1818'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.58'^^xsd:double;
  dwc:latitude '42.61'^^xsd:double;
  dwc:minimumDepth '129.8'^^xsd:double;
  dwc:maximumDepth '129.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1818'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.61 14.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.61"^^xsd:decimal ;
  dwc:decimalLongitude "14.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.61 14.58)"^^geo:wktLiteral ;
  geo-pos:lat "42.61"^^xsd:decimal ;
  geo-pos:long "14.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1819'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.58'^^xsd:double;
  dwc:latitude '42.61'^^xsd:double;
  dwc:minimumDepth '129.8'^^xsd:double;
  dwc:maximumDepth '129.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1819'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.61 14.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.61"^^xsd:decimal ;
  dwc:decimalLongitude "14.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.61 14.58)"^^geo:wktLiteral ;
  geo-pos:lat "42.61"^^xsd:decimal ;
  geo-pos:long "14.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1802'^^xsd:string;
  dwc:scientificName 'Amphianthus dohrnii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.58'^^xsd:double;
  dwc:latitude '42.61'^^xsd:double;
  dwc:minimumDepth '129.8'^^xsd:double;
  dwc:maximumDepth '129.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100936'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1802'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '100936'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.61 14.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.61"^^xsd:decimal ;
  dwc:decimalLongitude "14.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.61 14.58)"^^geo:wktLiteral ;
  geo-pos:lat "42.61"^^xsd:decimal ;
  geo-pos:long "14.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1803'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.58'^^xsd:double;
  dwc:latitude '42.61'^^xsd:double;
  dwc:minimumDepth '129.8'^^xsd:double;
  dwc:maximumDepth '129.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1803'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 14.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "14.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "144.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "144.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 14.62)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "14.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1794'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.62'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '144.8'^^xsd:double;
  dwc:maximumDepth '144.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1794'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 14.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "14.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "144.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "144.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 14.62)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "14.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1795'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.62'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '144.8'^^xsd:double;
  dwc:maximumDepth '144.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1795'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 14.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "14.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "144.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "144.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 14.62)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "14.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1796'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.62'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '144.8'^^xsd:double;
  dwc:maximumDepth '144.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1796'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 14.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "14.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "144.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "144.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 14.62)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "14.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1797'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.62'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '144.8'^^xsd:double;
  dwc:maximumDepth '144.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1797'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 14.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "14.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "144.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "144.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 14.62)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "14.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1798'^^xsd:string;
  dwc:scientificName 'Peltaster placenta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.62'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '144.8'^^xsd:double;
  dwc:maximumDepth '144.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124055'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1798'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '124055'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 14.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "14.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "144.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "144.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 14.62)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "14.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1799'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.62'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '144.8'^^xsd:double;
  dwc:maximumDepth '144.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1799'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 14.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "14.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "144.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "144.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 14.62)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "14.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1800'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.62'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '144.8'^^xsd:double;
  dwc:maximumDepth '144.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1800'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 14.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "14.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "144.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "144.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 14.62)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "14.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1793'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.62'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '144.8'^^xsd:double;
  dwc:maximumDepth '144.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1793'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 14.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "14.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "144.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "144.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 14.62)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "14.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1782'^^xsd:string;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.62'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '144.8'^^xsd:double;
  dwc:maximumDepth '144.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1782'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 14.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "14.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "144.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "144.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 14.62)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "14.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1784'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.62'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '144.8'^^xsd:double;
  dwc:maximumDepth '144.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1784'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 14.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "14.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "144.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "144.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 14.62)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "14.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1787'^^xsd:string;
  dwc:scientificName 'Alpheus glaber'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.62'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '144.8'^^xsd:double;
  dwc:maximumDepth '144.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107477'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1787'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '107477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 14.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "14.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "144.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "144.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 14.62)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "14.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1789'^^xsd:string;
  dwc:scientificName 'Pontophilus spinosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.62'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '144.8'^^xsd:double;
  dwc:maximumDepth '144.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107564'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1789'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '107564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 14.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "14.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "144.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "144.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 14.62)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "14.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1790'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.62'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '144.8'^^xsd:double;
  dwc:maximumDepth '144.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1790'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 14.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "14.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "144.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "144.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 14.62)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "14.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1791'^^xsd:string;
  dwc:scientificName 'Munida intermedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.62'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '144.8'^^xsd:double;
  dwc:maximumDepth '144.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107157'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1791'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '107157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1649> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1649'^^xsd:string;
  dwc:scientificName 'Calliostoma granulatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141753'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1649'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '141753'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1650'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1650'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1651'^^xsd:string;
  dwc:scientificName 'Scaphander lignarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139488'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1651'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '139488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1652'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1652'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1653'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1653'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1654'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1654'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1656'^^xsd:string;
  dwc:scientificName 'Chaetaster longipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124004'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1656'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '124004'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1657'^^xsd:string;
  dwc:scientificName 'Echinaster (Echinaster) sepositus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1657'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '125161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1658'^^xsd:string;
  dwc:scientificName 'Anseropoda placenta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123985'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1658'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '123985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1659'^^xsd:string;
  dwc:scientificName 'Peltaster placenta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124055'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1659'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '124055'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1632'^^xsd:string;
  dwc:scientificName 'Stryphnus ponderosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '133991'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1632'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '133991'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1633'^^xsd:string;
  dwc:scientificName 'Geodia cydonium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134025'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1633'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '134025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1635'^^xsd:string;
  dwc:scientificName 'Erylus discophorus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134011'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1635'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '134011'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1636'^^xsd:string;
  dwc:scientificName 'Polymastia mamillaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134204'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1636'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '134204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1637'^^xsd:string;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1637'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1645'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1645'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1646> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1646'^^xsd:string;
  dwc:scientificName 'Munida intermedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107157'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1646'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '107157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1647'^^xsd:string;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1647'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1648'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1648'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1638'^^xsd:string;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1638'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1639'^^xsd:string;
  dwc:scientificName 'Mycale (Aegogropila) syrinx'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '168549'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1639'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '168549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1640'^^xsd:string;
  dwc:scientificName 'Mycale (Mycale) massa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '168647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1640'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '168647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1641'^^xsd:string;
  dwc:scientificName 'Tedania (Tedania) anhelans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '169546'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1641'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '169546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1644> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1644'^^xsd:string;
  dwc:scientificName 'Aplysina cavernicola'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '133913'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1644'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '133913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1660'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1660'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1661'^^xsd:string;
  dwc:scientificName 'Diazona violacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103733'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1661'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '103733'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1662'^^xsd:string;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1662'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1663'^^xsd:string;
  dwc:scientificName 'Ascidia virginea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103717'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1663'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '103717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1664'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1664'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "14.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 14.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "14.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1665'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.65'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1665'^^xsd:string;
  dwc:observationDate '1982-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1692'^^xsd:string;
  dwc:scientificName 'Anseropoda placenta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123985'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1692'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '123985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1670'^^xsd:string;
  dwc:scientificName 'Polymastia mamillaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134204'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1670'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '134204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1671'^^xsd:string;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1671'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1672'^^xsd:string;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1672'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1673'^^xsd:string;
  dwc:scientificName 'Mycale (Aegogropila) syrinx'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '168549'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1673'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '168549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1674'^^xsd:string;
  dwc:scientificName 'Mycale (Mycale) massa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '168647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1674'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '168647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1675'^^xsd:string;
  dwc:scientificName 'Tedania (Tedania) anhelans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '169546'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1675'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '169546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1676'^^xsd:string;
  dwc:scientificName 'Cacospongia mollior'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '132439'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1676'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '132439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1677'^^xsd:string;
  dwc:scientificName 'Scalarispongia scalaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '165376'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1677'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '165376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1678'^^xsd:string;
  dwc:scientificName 'Aplysina cavernicola'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '133913'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1678'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '133913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1693'^^xsd:string;
  dwc:scientificName 'Peltaster placenta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124055'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1693'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '124055'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1694'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1694'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1695'^^xsd:string;
  dwc:scientificName 'Diazona violacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103733'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1695'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '103733'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1696'^^xsd:string;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1696'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1697'^^xsd:string;
  dwc:scientificName 'Ascidia virginea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103717'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1697'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '103717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1698'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1698'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1699'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1699'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1668'^^xsd:string;
  dwc:scientificName 'Pachymatisma johnstonia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1668'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1690'^^xsd:string;
  dwc:scientificName 'Chaetaster longipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124004'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1690'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '124004'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1691'^^xsd:string;
  dwc:scientificName 'Echinaster (Echinaster) sepositus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1691'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '125161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1682'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1682'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1684'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1684'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1685'^^xsd:string;
  dwc:scientificName 'Scaphander lignarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139488'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1685'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '139488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1686> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1686'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1686'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1687> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1687'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1687'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1688'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1688'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1689'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1689'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1680'^^xsd:string;
  dwc:scientificName 'Munida intermedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107157'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1680'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '107157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1681'^^xsd:string;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1681'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1669'^^xsd:string;
  dwc:scientificName 'Erylus discophorus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134011'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1669'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '134011'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1666'^^xsd:string;
  dwc:scientificName 'Stryphnus ponderosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '133991'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1666'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '133991'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.44"^^xsd:decimal ;
  dwc:decimalLongitude "14.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "94.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "94.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.44 14.72)"^^geo:wktLiteral ;
  geo-pos:lat "43.44"^^xsd:decimal ;
  geo-pos:long "14.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1667'^^xsd:string;
  dwc:scientificName 'Geodia cydonium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.72'^^xsd:double;
  dwc:latitude '43.44'^^xsd:double;
  dwc:minimumDepth '94.2'^^xsd:double;
  dwc:maximumDepth '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134025'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1667'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '134025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 14.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "14.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "184.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "184.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 14.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "14.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1830'^^xsd:string;
  dwc:scientificName 'Euspira guilleminii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.73'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '184.4'^^xsd:double;
  dwc:maximumDepth '184.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140531'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1830'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '140531'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 14.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "14.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "184.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "184.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 14.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "14.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1831'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.73'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '184.4'^^xsd:double;
  dwc:maximumDepth '184.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1831'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 14.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "14.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "184.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "184.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 14.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "14.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1832'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.73'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '184.4'^^xsd:double;
  dwc:maximumDepth '184.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1832'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 14.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "14.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "184.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "184.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 14.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "14.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1833'^^xsd:string;
  dwc:scientificName 'Styela plicata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.73'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '184.4'^^xsd:double;
  dwc:maximumDepth '184.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103936'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1833'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '103936'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 14.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "14.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "184.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "184.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 14.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "14.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1829'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.73'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '184.4'^^xsd:double;
  dwc:maximumDepth '184.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1829'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 14.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "14.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "184.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "184.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 14.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "14.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1820'^^xsd:string;
  dwc:scientificName 'Thenea muricata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.73'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '184.4'^^xsd:double;
  dwc:maximumDepth '184.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134106'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1820'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '134106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 14.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "14.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "184.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "184.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 14.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "14.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1823'^^xsd:string;
  dwc:scientificName 'Parapenaeus longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.73'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '184.4'^^xsd:double;
  dwc:maximumDepth '184.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107109'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1823'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '107109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 14.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "14.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "184.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "184.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 14.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "14.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1826'^^xsd:string;
  dwc:scientificName 'Pontophilus spinosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.73'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '184.4'^^xsd:double;
  dwc:maximumDepth '184.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107564'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1826'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '107564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 14.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "14.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "184.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "184.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 14.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "14.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1827'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.73'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '184.4'^^xsd:double;
  dwc:maximumDepth '184.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1827'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 14.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "14.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "184.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "184.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 14.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "14.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1828'^^xsd:string;
  dwc:scientificName 'Munida intermedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.73'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '184.4'^^xsd:double;
  dwc:maximumDepth '184.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107157'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1828'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '107157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.67 14.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.67"^^xsd:decimal ;
  dwc:decimalLongitude "14.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "185.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "185.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.67 14.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.67"^^xsd:decimal ;
  geo-pos:long "14.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1834'^^xsd:string;
  dwc:scientificName 'Thenea muricata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.77'^^xsd:double;
  dwc:latitude '42.67'^^xsd:double;
  dwc:minimumDepth '185.2'^^xsd:double;
  dwc:maximumDepth '185.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134106'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1834'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '134106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.67 14.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.67"^^xsd:decimal ;
  dwc:decimalLongitude "14.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "185.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "185.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.67 14.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.67"^^xsd:decimal ;
  geo-pos:long "14.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1835'^^xsd:string;
  dwc:scientificName 'Lytocarpia myriophyllum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.77'^^xsd:double;
  dwc:latitude '42.67'^^xsd:double;
  dwc:minimumDepth '185.2'^^xsd:double;
  dwc:maximumDepth '185.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '117302'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1835'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.67 14.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.67"^^xsd:decimal ;
  dwc:decimalLongitude "14.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "185.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "185.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.67 14.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.67"^^xsd:decimal ;
  geo-pos:long "14.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1836'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.77'^^xsd:double;
  dwc:latitude '42.67'^^xsd:double;
  dwc:minimumDepth '185.2'^^xsd:double;
  dwc:maximumDepth '185.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1836'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.67 14.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.67"^^xsd:decimal ;
  dwc:decimalLongitude "14.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "185.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "185.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.67 14.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.67"^^xsd:decimal ;
  geo-pos:long "14.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1838'^^xsd:string;
  dwc:scientificName 'Chlorotocus crassicornis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.77'^^xsd:double;
  dwc:latitude '42.67'^^xsd:double;
  dwc:minimumDepth '185.2'^^xsd:double;
  dwc:maximumDepth '185.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107642'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1838'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '107642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.67 14.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.67"^^xsd:decimal ;
  dwc:decimalLongitude "14.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "185.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "185.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.67 14.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.67"^^xsd:decimal ;
  geo-pos:long "14.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1839'^^xsd:string;
  dwc:scientificName 'Processa nouveli nouveli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.77'^^xsd:double;
  dwc:latitude '42.67'^^xsd:double;
  dwc:minimumDepth '185.2'^^xsd:double;
  dwc:maximumDepth '185.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '108345'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1839'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '108345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.67 14.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.67"^^xsd:decimal ;
  dwc:decimalLongitude "14.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "185.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "185.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.67 14.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.67"^^xsd:decimal ;
  geo-pos:long "14.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1841'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.77'^^xsd:double;
  dwc:latitude '42.67'^^xsd:double;
  dwc:minimumDepth '185.2'^^xsd:double;
  dwc:maximumDepth '185.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1841'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.67 14.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.67"^^xsd:decimal ;
  dwc:decimalLongitude "14.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "185.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "185.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.67 14.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.67"^^xsd:decimal ;
  geo-pos:long "14.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1842'^^xsd:string;
  dwc:scientificName 'Munida intermedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.77'^^xsd:double;
  dwc:latitude '42.67'^^xsd:double;
  dwc:minimumDepth '185.2'^^xsd:double;
  dwc:maximumDepth '185.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107157'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1842'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '107157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.67 14.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.67"^^xsd:decimal ;
  dwc:decimalLongitude "14.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "185.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "185.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.67 14.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.67"^^xsd:decimal ;
  geo-pos:long "14.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1843'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.77'^^xsd:double;
  dwc:latitude '42.67'^^xsd:double;
  dwc:minimumDepth '185.2'^^xsd:double;
  dwc:maximumDepth '185.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1843'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.67 14.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.67"^^xsd:decimal ;
  dwc:decimalLongitude "14.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "185.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "185.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.67 14.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.67"^^xsd:decimal ;
  geo-pos:long "14.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1844'^^xsd:string;
  dwc:scientificName 'Euspira guilleminii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.77'^^xsd:double;
  dwc:latitude '42.67'^^xsd:double;
  dwc:minimumDepth '185.2'^^xsd:double;
  dwc:maximumDepth '185.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140531'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1844'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '140531'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.67 14.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.67"^^xsd:decimal ;
  dwc:decimalLongitude "14.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "185.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "185.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.67 14.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.67"^^xsd:decimal ;
  geo-pos:long "14.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1845'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.77'^^xsd:double;
  dwc:latitude '42.67'^^xsd:double;
  dwc:minimumDepth '185.2'^^xsd:double;
  dwc:maximumDepth '185.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1845'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.67 14.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.67"^^xsd:decimal ;
  dwc:decimalLongitude "14.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "185.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "185.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.67 14.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.67"^^xsd:decimal ;
  geo-pos:long "14.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1846'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.77'^^xsd:double;
  dwc:latitude '42.67'^^xsd:double;
  dwc:minimumDepth '185.2'^^xsd:double;
  dwc:maximumDepth '185.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1846'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.67 14.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.67"^^xsd:decimal ;
  dwc:decimalLongitude "14.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "185.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "185.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.67 14.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.67"^^xsd:decimal ;
  geo-pos:long "14.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1847'^^xsd:string;
  dwc:scientificName 'Styela plicata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.77'^^xsd:double;
  dwc:latitude '42.67'^^xsd:double;
  dwc:minimumDepth '185.2'^^xsd:double;
  dwc:maximumDepth '185.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103936'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1847'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '103936'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.67 14.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.67"^^xsd:decimal ;
  dwc:decimalLongitude "14.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "185.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "185.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.67 14.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.67"^^xsd:decimal ;
  geo-pos:long "14.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1840'^^xsd:string;
  dwc:scientificName 'Pontophilus spinosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.77'^^xsd:double;
  dwc:latitude '42.67'^^xsd:double;
  dwc:minimumDepth '185.2'^^xsd:double;
  dwc:maximumDepth '185.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107564'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1840'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '107564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "14.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "223.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "223.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "14.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1878'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.83'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '223.2'^^xsd:double;
  dwc:maximumDepth '223.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1878'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "14.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "223.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "223.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "14.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1879'^^xsd:string;
  dwc:scientificName 'Styela plicata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.83'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '223.2'^^xsd:double;
  dwc:maximumDepth '223.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103936'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1879'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '103936'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "14.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "223.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "223.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "14.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1877'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.83'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '223.2'^^xsd:double;
  dwc:maximumDepth '223.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1877'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "14.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "223.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "223.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "14.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1873'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.83'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '223.2'^^xsd:double;
  dwc:maximumDepth '223.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1873'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "14.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "223.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "223.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "14.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1874'^^xsd:string;
  dwc:scientificName 'Munida intermedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.83'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '223.2'^^xsd:double;
  dwc:maximumDepth '223.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107157'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1874'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '107157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "14.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "223.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "223.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "14.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1875'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.83'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '223.2'^^xsd:double;
  dwc:maximumDepth '223.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1875'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "14.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "223.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "223.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "14.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1876'^^xsd:string;
  dwc:scientificName 'Euspira guilleminii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.83'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '223.2'^^xsd:double;
  dwc:maximumDepth '223.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140531'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1876'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '140531'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1868> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "14.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "223.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "223.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "14.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1868'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.83'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '223.2'^^xsd:double;
  dwc:maximumDepth '223.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1868'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "14.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "223.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "223.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "14.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1870'^^xsd:string;
  dwc:scientificName 'Chlorotocus crassicornis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.83'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '223.2'^^xsd:double;
  dwc:maximumDepth '223.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107642'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1870'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '107642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "14.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "223.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "223.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "14.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1871'^^xsd:string;
  dwc:scientificName 'Processa nouveli nouveli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.83'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '223.2'^^xsd:double;
  dwc:maximumDepth '223.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '108345'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1871'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '108345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "14.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "223.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "223.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "14.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1872'^^xsd:string;
  dwc:scientificName 'Pontophilus spinosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.83'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '223.2'^^xsd:double;
  dwc:maximumDepth '223.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107564'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1872'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '107564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "14.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "223.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "223.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "14.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1864'^^xsd:string;
  dwc:scientificName 'Thenea muricata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.83'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '223.2'^^xsd:double;
  dwc:maximumDepth '223.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134106'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1864'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '134106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "14.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "223.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "223.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "14.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1865'^^xsd:string;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.83'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '223.2'^^xsd:double;
  dwc:maximumDepth '223.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1865'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "14.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "223.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "223.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "14.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1866'^^xsd:string;
  dwc:scientificName 'Rhizaxinella pyrifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.83'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '223.2'^^xsd:double;
  dwc:maximumDepth '223.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134266'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1866'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '134266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "14.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "223.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "223.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "14.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1867'^^xsd:string;
  dwc:scientificName 'Lytocarpia myriophyllum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.83'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '223.2'^^xsd:double;
  dwc:maximumDepth '223.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '117302'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1867'^^xsd:string;
  dwc:observationDate '1982-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "14.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "224.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "224.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.85)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "14.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1852'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.85'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '224.8'^^xsd:double;
  dwc:maximumDepth '224.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1852'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "14.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "224.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "224.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.85)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "14.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1853'^^xsd:string;
  dwc:scientificName 'Parapenaeus longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.85'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '224.8'^^xsd:double;
  dwc:maximumDepth '224.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107109'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1853'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '107109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "14.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "224.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "224.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.85)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "14.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1856'^^xsd:string;
  dwc:scientificName 'Pontophilus spinosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.85'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '224.8'^^xsd:double;
  dwc:maximumDepth '224.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107564'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1856'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '107564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "14.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "224.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "224.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.85)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "14.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1857'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.85'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '224.8'^^xsd:double;
  dwc:maximumDepth '224.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1857'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "14.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "224.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "224.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.85)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "14.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1858'^^xsd:string;
  dwc:scientificName 'Munida intermedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.85'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '224.8'^^xsd:double;
  dwc:maximumDepth '224.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107157'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1858'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '107157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "14.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "224.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "224.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.85)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "14.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1859'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.85'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '224.8'^^xsd:double;
  dwc:maximumDepth '224.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1859'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "14.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "224.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "224.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.85)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "14.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1860'^^xsd:string;
  dwc:scientificName 'Euspira guilleminii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.85'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '224.8'^^xsd:double;
  dwc:maximumDepth '224.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140531'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1860'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '140531'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1861> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "14.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "224.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "224.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.85)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "14.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1861'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.85'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '224.8'^^xsd:double;
  dwc:maximumDepth '224.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1861'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "14.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "224.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "224.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.85)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "14.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1848'^^xsd:string;
  dwc:scientificName 'Thenea muricata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.85'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '224.8'^^xsd:double;
  dwc:maximumDepth '224.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134106'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1848'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '134106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "14.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "224.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "224.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.85)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "14.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1849'^^xsd:string;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.85'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '224.8'^^xsd:double;
  dwc:maximumDepth '224.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1849'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "14.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "224.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "224.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.85)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "14.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1863'^^xsd:string;
  dwc:scientificName 'Styela plicata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.85'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '224.8'^^xsd:double;
  dwc:maximumDepth '224.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103936'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1863'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '103936'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "14.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "224.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "224.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 14.85)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "14.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1862'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.85'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '224.8'^^xsd:double;
  dwc:maximumDepth '224.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1862'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1931> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.09"^^xsd:decimal ;
  dwc:decimalLongitude "14.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.09"^^xsd:decimal ;
  geo-pos:long "14.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1931'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.99'^^xsd:double;
  dwc:latitude '42.09'^^xsd:double;
  dwc:minimumDepth '34.2'^^xsd:double;
  dwc:maximumDepth '34.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1931'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.09"^^xsd:decimal ;
  dwc:decimalLongitude "14.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.09"^^xsd:decimal ;
  geo-pos:long "14.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1932'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.99'^^xsd:double;
  dwc:latitude '42.09'^^xsd:double;
  dwc:minimumDepth '34.2'^^xsd:double;
  dwc:maximumDepth '34.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1932'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.09"^^xsd:decimal ;
  dwc:decimalLongitude "14.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.09"^^xsd:decimal ;
  geo-pos:long "14.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1933'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.99'^^xsd:double;
  dwc:latitude '42.09'^^xsd:double;
  dwc:minimumDepth '34.2'^^xsd:double;
  dwc:maximumDepth '34.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1933'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.09"^^xsd:decimal ;
  dwc:decimalLongitude "14.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.09"^^xsd:decimal ;
  geo-pos:long "14.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1930'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.99'^^xsd:double;
  dwc:latitude '42.09'^^xsd:double;
  dwc:minimumDepth '34.2'^^xsd:double;
  dwc:maximumDepth '34.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1930'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.09"^^xsd:decimal ;
  dwc:decimalLongitude "14.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.09"^^xsd:decimal ;
  geo-pos:long "14.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1912'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.99'^^xsd:double;
  dwc:latitude '42.09'^^xsd:double;
  dwc:minimumDepth '34.2'^^xsd:double;
  dwc:maximumDepth '34.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1912'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.09"^^xsd:decimal ;
  dwc:decimalLongitude "14.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.09"^^xsd:decimal ;
  geo-pos:long "14.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1913'^^xsd:string;
  dwc:scientificName 'Sternaspis scutata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.99'^^xsd:double;
  dwc:latitude '42.09'^^xsd:double;
  dwc:minimumDepth '34.2'^^xsd:double;
  dwc:maximumDepth '34.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '131242'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1913'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '131242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.09"^^xsd:decimal ;
  dwc:decimalLongitude "14.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.09"^^xsd:decimal ;
  geo-pos:long "14.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1914'^^xsd:string;
  dwc:scientificName 'Squilla mantis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.99'^^xsd:double;
  dwc:latitude '42.09'^^xsd:double;
  dwc:minimumDepth '34.2'^^xsd:double;
  dwc:maximumDepth '34.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '136137'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1914'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '136137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.09"^^xsd:decimal ;
  dwc:decimalLongitude "14.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.09"^^xsd:decimal ;
  geo-pos:long "14.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1917'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.99'^^xsd:double;
  dwc:latitude '42.09'^^xsd:double;
  dwc:minimumDepth '34.2'^^xsd:double;
  dwc:maximumDepth '34.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1917'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.09"^^xsd:decimal ;
  dwc:decimalLongitude "14.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.09"^^xsd:decimal ;
  geo-pos:long "14.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1918'^^xsd:string;
  dwc:scientificName 'Medorippe lanata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.99'^^xsd:double;
  dwc:latitude '42.09'^^xsd:double;
  dwc:minimumDepth '34.2'^^xsd:double;
  dwc:maximumDepth '34.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107288'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1918'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '107288'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.09"^^xsd:decimal ;
  dwc:decimalLongitude "14.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.09"^^xsd:decimal ;
  geo-pos:long "14.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1919'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.99'^^xsd:double;
  dwc:latitude '42.09'^^xsd:double;
  dwc:minimumDepth '34.2'^^xsd:double;
  dwc:maximumDepth '34.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1919'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.09"^^xsd:decimal ;
  dwc:decimalLongitude "14.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.09"^^xsd:decimal ;
  geo-pos:long "14.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1920'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.99'^^xsd:double;
  dwc:latitude '42.09'^^xsd:double;
  dwc:minimumDepth '34.2'^^xsd:double;
  dwc:maximumDepth '34.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1920'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1921> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.09"^^xsd:decimal ;
  dwc:decimalLongitude "14.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.09"^^xsd:decimal ;
  geo-pos:long "14.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1921'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.99'^^xsd:double;
  dwc:latitude '42.09'^^xsd:double;
  dwc:minimumDepth '34.2'^^xsd:double;
  dwc:maximumDepth '34.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1921'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.09"^^xsd:decimal ;
  dwc:decimalLongitude "14.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.09"^^xsd:decimal ;
  geo-pos:long "14.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1922'^^xsd:string;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.99'^^xsd:double;
  dwc:latitude '42.09'^^xsd:double;
  dwc:minimumDepth '34.2'^^xsd:double;
  dwc:maximumDepth '34.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1922'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.09"^^xsd:decimal ;
  dwc:decimalLongitude "14.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.09"^^xsd:decimal ;
  geo-pos:long "14.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1923'^^xsd:string;
  dwc:scientificName 'Naticarius stercusmuscarum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.99'^^xsd:double;
  dwc:latitude '42.09'^^xsd:double;
  dwc:minimumDepth '34.2'^^xsd:double;
  dwc:maximumDepth '34.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '720574'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1923'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '720574'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.09"^^xsd:decimal ;
  dwc:decimalLongitude "14.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "34.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.09 14.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.09"^^xsd:decimal ;
  geo-pos:long "14.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1924'^^xsd:string;
  dwc:scientificName 'Bolinus brandaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '14.99'^^xsd:double;
  dwc:latitude '42.09'^^xsd:double;
  dwc:minimumDepth '34.2'^^xsd:double;
  dwc:maximumDepth '34.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140389'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1924'^^xsd:string;
  dwc:observationDate '1982-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '140389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92 15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.92"^^xsd:decimal ;
  dwc:decimalLongitude "15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "188.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "188.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92 15)"^^geo:wktLiteral ;
  geo-pos:lat "42.92"^^xsd:decimal ;
  geo-pos:long "15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1880'^^xsd:string;
  dwc:scientificName 'Thenea muricata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15'^^xsd:integer;
  dwc:latitude '42.92'^^xsd:double;
  dwc:minimumDepth '188.2'^^xsd:double;
  dwc:maximumDepth '188.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134106'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1880'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '134106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92 15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.92"^^xsd:decimal ;
  dwc:decimalLongitude "15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "188.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "188.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92 15)"^^geo:wktLiteral ;
  geo-pos:lat "42.92"^^xsd:decimal ;
  geo-pos:long "15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1881'^^xsd:string;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15'^^xsd:integer;
  dwc:latitude '42.92'^^xsd:double;
  dwc:minimumDepth '188.2'^^xsd:double;
  dwc:maximumDepth '188.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1881'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92 15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.92"^^xsd:decimal ;
  dwc:decimalLongitude "15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "188.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "188.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92 15)"^^geo:wktLiteral ;
  geo-pos:lat "42.92"^^xsd:decimal ;
  geo-pos:long "15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1883'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15'^^xsd:integer;
  dwc:latitude '42.92'^^xsd:double;
  dwc:minimumDepth '188.2'^^xsd:double;
  dwc:maximumDepth '188.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1883'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92 15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.92"^^xsd:decimal ;
  dwc:decimalLongitude "15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "188.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "188.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92 15)"^^geo:wktLiteral ;
  geo-pos:lat "42.92"^^xsd:decimal ;
  geo-pos:long "15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1885'^^xsd:string;
  dwc:scientificName 'Alpheus glaber'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15'^^xsd:integer;
  dwc:latitude '42.92'^^xsd:double;
  dwc:minimumDepth '188.2'^^xsd:double;
  dwc:maximumDepth '188.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107477'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1885'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '107477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92 15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.92"^^xsd:decimal ;
  dwc:decimalLongitude "15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "188.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "188.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92 15)"^^geo:wktLiteral ;
  geo-pos:lat "42.92"^^xsd:decimal ;
  geo-pos:long "15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1886'^^xsd:string;
  dwc:scientificName 'Pontophilus spinosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15'^^xsd:integer;
  dwc:latitude '42.92'^^xsd:double;
  dwc:minimumDepth '188.2'^^xsd:double;
  dwc:maximumDepth '188.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107564'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1886'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '107564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92 15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.92"^^xsd:decimal ;
  dwc:decimalLongitude "15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "188.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "188.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92 15)"^^geo:wktLiteral ;
  geo-pos:lat "42.92"^^xsd:decimal ;
  geo-pos:long "15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1887'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15'^^xsd:integer;
  dwc:latitude '42.92'^^xsd:double;
  dwc:minimumDepth '188.2'^^xsd:double;
  dwc:maximumDepth '188.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1887'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92 15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.92"^^xsd:decimal ;
  dwc:decimalLongitude "15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "188.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "188.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92 15)"^^geo:wktLiteral ;
  geo-pos:lat "42.92"^^xsd:decimal ;
  geo-pos:long "15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1888'^^xsd:string;
  dwc:scientificName 'Munida intermedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15'^^xsd:integer;
  dwc:latitude '42.92'^^xsd:double;
  dwc:minimumDepth '188.2'^^xsd:double;
  dwc:maximumDepth '188.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107157'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1888'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '107157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92 15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.92"^^xsd:decimal ;
  dwc:decimalLongitude "15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "188.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "188.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92 15)"^^geo:wktLiteral ;
  geo-pos:lat "42.92"^^xsd:decimal ;
  geo-pos:long "15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1889'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15'^^xsd:integer;
  dwc:latitude '42.92'^^xsd:double;
  dwc:minimumDepth '188.2'^^xsd:double;
  dwc:maximumDepth '188.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1889'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92 15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.92"^^xsd:decimal ;
  dwc:decimalLongitude "15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "188.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "188.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92 15)"^^geo:wktLiteral ;
  geo-pos:lat "42.92"^^xsd:decimal ;
  geo-pos:long "15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1890'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15'^^xsd:integer;
  dwc:latitude '42.92'^^xsd:double;
  dwc:minimumDepth '188.2'^^xsd:double;
  dwc:maximumDepth '188.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1890'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92 15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.92"^^xsd:decimal ;
  dwc:decimalLongitude "15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "188.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "188.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92 15)"^^geo:wktLiteral ;
  geo-pos:lat "42.92"^^xsd:decimal ;
  geo-pos:long "15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1891'^^xsd:string;
  dwc:scientificName 'Euspira guilleminii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15'^^xsd:integer;
  dwc:latitude '42.92'^^xsd:double;
  dwc:minimumDepth '188.2'^^xsd:double;
  dwc:maximumDepth '188.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140531'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1891'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '140531'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92 15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.92"^^xsd:decimal ;
  dwc:decimalLongitude "15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "188.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "188.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92 15)"^^geo:wktLiteral ;
  geo-pos:lat "42.92"^^xsd:decimal ;
  geo-pos:long "15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1893'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15'^^xsd:integer;
  dwc:latitude '42.92'^^xsd:double;
  dwc:minimumDepth '188.2'^^xsd:double;
  dwc:maximumDepth '188.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1893'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92 15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.92"^^xsd:decimal ;
  dwc:decimalLongitude "15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "188.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "188.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92 15)"^^geo:wktLiteral ;
  geo-pos:lat "42.92"^^xsd:decimal ;
  geo-pos:long "15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1894'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15'^^xsd:integer;
  dwc:latitude '42.92'^^xsd:double;
  dwc:minimumDepth '188.2'^^xsd:double;
  dwc:maximumDepth '188.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1894'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92 15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.92"^^xsd:decimal ;
  dwc:decimalLongitude "15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "188.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "188.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.92 15)"^^geo:wktLiteral ;
  geo-pos:lat "42.92"^^xsd:decimal ;
  geo-pos:long "15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1895'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15'^^xsd:integer;
  dwc:latitude '42.92'^^xsd:double;
  dwc:minimumDepth '188.2'^^xsd:double;
  dwc:maximumDepth '188.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1895'^^xsd:string;
  dwc:observationDate '1982-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.52"^^xsd:decimal ;
  dwc:decimalLongitude "15.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.52"^^xsd:decimal ;
  geo-pos:long "15.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1710'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.03'^^xsd:double;
  dwc:latitude '43.52'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1710'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.52"^^xsd:decimal ;
  dwc:decimalLongitude "15.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.52"^^xsd:decimal ;
  geo-pos:long "15.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1711'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.03'^^xsd:double;
  dwc:latitude '43.52'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1711'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.52"^^xsd:decimal ;
  dwc:decimalLongitude "15.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.52"^^xsd:decimal ;
  geo-pos:long "15.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1700'^^xsd:string;
  dwc:scientificName 'Geodia cydonium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.03'^^xsd:double;
  dwc:latitude '43.52'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134025'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1700'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '134025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.52"^^xsd:decimal ;
  dwc:decimalLongitude "15.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.52"^^xsd:decimal ;
  geo-pos:long "15.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1701'^^xsd:string;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.03'^^xsd:double;
  dwc:latitude '43.52'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1701'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.52"^^xsd:decimal ;
  dwc:decimalLongitude "15.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.52"^^xsd:decimal ;
  geo-pos:long "15.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1702'^^xsd:string;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.03'^^xsd:double;
  dwc:latitude '43.52'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1702'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.52"^^xsd:decimal ;
  dwc:decimalLongitude "15.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.52"^^xsd:decimal ;
  geo-pos:long "15.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1713'^^xsd:string;
  dwc:scientificName 'Chaetaster longipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.03'^^xsd:double;
  dwc:latitude '43.52'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124004'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1713'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '124004'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.52"^^xsd:decimal ;
  dwc:decimalLongitude "15.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.52"^^xsd:decimal ;
  geo-pos:long "15.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1714'^^xsd:string;
  dwc:scientificName 'Echinaster (Echinaster) sepositus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.03'^^xsd:double;
  dwc:latitude '43.52'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1714'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '125161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.52"^^xsd:decimal ;
  dwc:decimalLongitude "15.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.52"^^xsd:decimal ;
  geo-pos:long "15.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1715'^^xsd:string;
  dwc:scientificName 'Anseropoda placenta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.03'^^xsd:double;
  dwc:latitude '43.52'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123985'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1715'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '123985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.52"^^xsd:decimal ;
  dwc:decimalLongitude "15.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.52"^^xsd:decimal ;
  geo-pos:long "15.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1716'^^xsd:string;
  dwc:scientificName 'Peltaster placenta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.03'^^xsd:double;
  dwc:latitude '43.52'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124055'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1716'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '124055'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.52"^^xsd:decimal ;
  dwc:decimalLongitude "15.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.52"^^xsd:decimal ;
  geo-pos:long "15.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1717'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.03'^^xsd:double;
  dwc:latitude '43.52'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1717'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.52"^^xsd:decimal ;
  dwc:decimalLongitude "15.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.52"^^xsd:decimal ;
  geo-pos:long "15.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1718'^^xsd:string;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.03'^^xsd:double;
  dwc:latitude '43.52'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1718'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.52"^^xsd:decimal ;
  dwc:decimalLongitude "15.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.52"^^xsd:decimal ;
  geo-pos:long "15.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1719'^^xsd:string;
  dwc:scientificName 'Spatangus purpureus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.03'^^xsd:double;
  dwc:latitude '43.52'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124418'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1719'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '124418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.52"^^xsd:decimal ;
  dwc:decimalLongitude "15.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.52"^^xsd:decimal ;
  geo-pos:long "15.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1720'^^xsd:string;
  dwc:scientificName 'Ascidia virginea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.03'^^xsd:double;
  dwc:latitude '43.52'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103717'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1720'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '103717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.52"^^xsd:decimal ;
  dwc:decimalLongitude "15.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.52"^^xsd:decimal ;
  geo-pos:long "15.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1721'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.03'^^xsd:double;
  dwc:latitude '43.52'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1721'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.52"^^xsd:decimal ;
  dwc:decimalLongitude "15.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.52"^^xsd:decimal ;
  geo-pos:long "15.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1703'^^xsd:string;
  dwc:scientificName 'Scalarispongia scalaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.03'^^xsd:double;
  dwc:latitude '43.52'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '165376'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1703'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '165376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.52"^^xsd:decimal ;
  dwc:decimalLongitude "15.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.52"^^xsd:decimal ;
  geo-pos:long "15.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1704'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.03'^^xsd:double;
  dwc:latitude '43.52'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1704'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.52"^^xsd:decimal ;
  dwc:decimalLongitude "15.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.52"^^xsd:decimal ;
  geo-pos:long "15.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1705'^^xsd:string;
  dwc:scientificName 'Munida intermedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.03'^^xsd:double;
  dwc:latitude '43.52'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107157'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1705'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '107157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.52"^^xsd:decimal ;
  dwc:decimalLongitude "15.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.52"^^xsd:decimal ;
  geo-pos:long "15.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1706'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.03'^^xsd:double;
  dwc:latitude '43.52'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1706'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.52"^^xsd:decimal ;
  dwc:decimalLongitude "15.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.52"^^xsd:decimal ;
  geo-pos:long "15.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1707'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.03'^^xsd:double;
  dwc:latitude '43.52'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1707'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.52"^^xsd:decimal ;
  dwc:decimalLongitude "15.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.52"^^xsd:decimal ;
  geo-pos:long "15.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1708'^^xsd:string;
  dwc:scientificName 'Scaphander lignarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.03'^^xsd:double;
  dwc:latitude '43.52'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139488'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1708'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '139488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.52"^^xsd:decimal ;
  dwc:decimalLongitude "15.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.52"^^xsd:decimal ;
  geo-pos:long "15.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1709'^^xsd:string;
  dwc:scientificName 'Holothuria (Panningothuria) forskali'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.03'^^xsd:double;
  dwc:latitude '43.52'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1709'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1712> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.52"^^xsd:decimal ;
  dwc:decimalLongitude "15.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "106"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.52 15.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.52"^^xsd:decimal ;
  geo-pos:long "15.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1712'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.03'^^xsd:double;
  dwc:latitude '43.52'^^xsd:double;
  dwc:minimumDepth '106'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1712'^^xsd:string;
  dwc:observationDate '1982-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.05"^^xsd:decimal ;
  dwc:decimalLongitude "15.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "27.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.05"^^xsd:decimal ;
  geo-pos:long "15.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1952'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.05'^^xsd:double;
  dwc:latitude '42.05'^^xsd:double;
  dwc:minimumDepth '27.6'^^xsd:double;
  dwc:maximumDepth '27.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1952'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.05"^^xsd:decimal ;
  dwc:decimalLongitude "15.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "27.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.05"^^xsd:decimal ;
  geo-pos:long "15.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1935'^^xsd:string;
  dwc:scientificName 'Sternaspis scutata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.05'^^xsd:double;
  dwc:latitude '42.05'^^xsd:double;
  dwc:minimumDepth '27.6'^^xsd:double;
  dwc:maximumDepth '27.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '131242'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1935'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '131242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.05"^^xsd:decimal ;
  dwc:decimalLongitude "15.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "27.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.05"^^xsd:decimal ;
  geo-pos:long "15.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1936'^^xsd:string;
  dwc:scientificName 'Squilla mantis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.05'^^xsd:double;
  dwc:latitude '42.05'^^xsd:double;
  dwc:minimumDepth '27.6'^^xsd:double;
  dwc:maximumDepth '27.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '136137'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1936'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '136137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.05"^^xsd:decimal ;
  dwc:decimalLongitude "15.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "27.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.05"^^xsd:decimal ;
  geo-pos:long "15.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1937'^^xsd:string;
  dwc:scientificName 'Penaeus kerathurus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.05'^^xsd:double;
  dwc:latitude '42.05'^^xsd:double;
  dwc:minimumDepth '27.6'^^xsd:double;
  dwc:maximumDepth '27.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '246388'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1937'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '1809195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.05"^^xsd:decimal ;
  dwc:decimalLongitude "15.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "27.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.05"^^xsd:decimal ;
  geo-pos:long "15.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1938'^^xsd:string;
  dwc:scientificName 'Alpheus glaber'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.05'^^xsd:double;
  dwc:latitude '42.05'^^xsd:double;
  dwc:minimumDepth '27.6'^^xsd:double;
  dwc:maximumDepth '27.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107477'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1938'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '107477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.05"^^xsd:decimal ;
  dwc:decimalLongitude "15.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "27.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.05"^^xsd:decimal ;
  geo-pos:long "15.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1939'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.05'^^xsd:double;
  dwc:latitude '42.05'^^xsd:double;
  dwc:minimumDepth '27.6'^^xsd:double;
  dwc:maximumDepth '27.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1939'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.05"^^xsd:decimal ;
  dwc:decimalLongitude "15.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "27.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.05"^^xsd:decimal ;
  geo-pos:long "15.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1941'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.05'^^xsd:double;
  dwc:latitude '42.05'^^xsd:double;
  dwc:minimumDepth '27.6'^^xsd:double;
  dwc:maximumDepth '27.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1941'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.05"^^xsd:decimal ;
  dwc:decimalLongitude "15.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "27.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.05"^^xsd:decimal ;
  geo-pos:long "15.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1953'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.05'^^xsd:double;
  dwc:latitude '42.05'^^xsd:double;
  dwc:minimumDepth '27.6'^^xsd:double;
  dwc:maximumDepth '27.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1953'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.05"^^xsd:decimal ;
  dwc:decimalLongitude "15.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "27.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.05"^^xsd:decimal ;
  geo-pos:long "15.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1954'^^xsd:string;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.05'^^xsd:double;
  dwc:latitude '42.05'^^xsd:double;
  dwc:minimumDepth '27.6'^^xsd:double;
  dwc:maximumDepth '27.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1954'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.05"^^xsd:decimal ;
  dwc:decimalLongitude "15.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "27.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.05"^^xsd:decimal ;
  geo-pos:long "15.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1944'^^xsd:string;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.05'^^xsd:double;
  dwc:latitude '42.05'^^xsd:double;
  dwc:minimumDepth '27.6'^^xsd:double;
  dwc:maximumDepth '27.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1944'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.05"^^xsd:decimal ;
  dwc:decimalLongitude "15.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "27.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.05"^^xsd:decimal ;
  geo-pos:long "15.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1945'^^xsd:string;
  dwc:scientificName 'Naticarius stercusmuscarum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.05'^^xsd:double;
  dwc:latitude '42.05'^^xsd:double;
  dwc:minimumDepth '27.6'^^xsd:double;
  dwc:maximumDepth '27.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '720574'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1945'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '720574'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.05"^^xsd:decimal ;
  dwc:decimalLongitude "15.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "27.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.05"^^xsd:decimal ;
  geo-pos:long "15.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1946'^^xsd:string;
  dwc:scientificName 'Bolinus brandaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.05'^^xsd:double;
  dwc:latitude '42.05'^^xsd:double;
  dwc:minimumDepth '27.6'^^xsd:double;
  dwc:maximumDepth '27.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140389'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1946'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '140389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.05"^^xsd:decimal ;
  dwc:decimalLongitude "15.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "27.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.05"^^xsd:decimal ;
  geo-pos:long "15.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1947'^^xsd:string;
  dwc:scientificName 'Fimbria fimbriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.05'^^xsd:double;
  dwc:latitude '42.05'^^xsd:double;
  dwc:minimumDepth '27.6'^^xsd:double;
  dwc:maximumDepth '27.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '464161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1947'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '464161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.05"^^xsd:decimal ;
  dwc:decimalLongitude "15.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "27.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.05"^^xsd:decimal ;
  geo-pos:long "15.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1948'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.05'^^xsd:double;
  dwc:latitude '42.05'^^xsd:double;
  dwc:minimumDepth '27.6'^^xsd:double;
  dwc:maximumDepth '27.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1948'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.05"^^xsd:decimal ;
  dwc:decimalLongitude "15.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "27.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.05"^^xsd:decimal ;
  geo-pos:long "15.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1949'^^xsd:string;
  dwc:scientificName 'Acanthocardia paucicostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.05'^^xsd:double;
  dwc:latitude '42.05'^^xsd:double;
  dwc:minimumDepth '27.6'^^xsd:double;
  dwc:maximumDepth '27.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138993'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1949'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '138993'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.05"^^xsd:decimal ;
  dwc:decimalLongitude "15.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "27.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.05"^^xsd:decimal ;
  geo-pos:long "15.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1950'^^xsd:string;
  dwc:scientificName 'Corbula gibba'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.05'^^xsd:double;
  dwc:latitude '42.05'^^xsd:double;
  dwc:minimumDepth '27.6'^^xsd:double;
  dwc:maximumDepth '27.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139410'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1950'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '378492'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.05"^^xsd:decimal ;
  dwc:decimalLongitude "15.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "27.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.05"^^xsd:decimal ;
  geo-pos:long "15.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1951'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.05'^^xsd:double;
  dwc:latitude '42.05'^^xsd:double;
  dwc:minimumDepth '27.6'^^xsd:double;
  dwc:maximumDepth '27.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1951'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.05"^^xsd:decimal ;
  dwc:decimalLongitude "15.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "27.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.05"^^xsd:decimal ;
  geo-pos:long "15.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1943'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.05'^^xsd:double;
  dwc:latitude '42.05'^^xsd:double;
  dwc:minimumDepth '27.6'^^xsd:double;
  dwc:maximumDepth '27.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1943'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.05"^^xsd:decimal ;
  dwc:decimalLongitude "15.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "27.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 15.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.05"^^xsd:decimal ;
  geo-pos:long "15.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1942'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.05'^^xsd:double;
  dwc:latitude '42.05'^^xsd:double;
  dwc:minimumDepth '27.6'^^xsd:double;
  dwc:maximumDepth '27.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1942'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 15.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "15.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "182.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "182.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 15.13)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "15.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1902'^^xsd:string;
  dwc:scientificName 'Pontophilus spinosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.13'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '182.4'^^xsd:double;
  dwc:maximumDepth '182.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107564'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1902'^^xsd:string;
  dwc:observationDate '1982-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '107564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 15.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "15.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "182.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "182.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 15.13)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "15.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1903'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.13'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '182.4'^^xsd:double;
  dwc:maximumDepth '182.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1903'^^xsd:string;
  dwc:observationDate '1982-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 15.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "15.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "182.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "182.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 15.13)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "15.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1904'^^xsd:string;
  dwc:scientificName 'Munida intermedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.13'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '182.4'^^xsd:double;
  dwc:maximumDepth '182.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107157'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1904'^^xsd:string;
  dwc:observationDate '1982-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '107157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 15.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "15.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "182.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "182.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 15.13)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "15.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1905'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.13'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '182.4'^^xsd:double;
  dwc:maximumDepth '182.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1905'^^xsd:string;
  dwc:observationDate '1982-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 15.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "15.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "182.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "182.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 15.13)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "15.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1906'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.13'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '182.4'^^xsd:double;
  dwc:maximumDepth '182.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1906'^^xsd:string;
  dwc:observationDate '1982-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 15.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "15.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "182.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "182.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 15.13)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "15.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1908'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.13'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '182.4'^^xsd:double;
  dwc:maximumDepth '182.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1908'^^xsd:string;
  dwc:observationDate '1982-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 15.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "15.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "182.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "182.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 15.13)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "15.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1909'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.13'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '182.4'^^xsd:double;
  dwc:maximumDepth '182.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1909'^^xsd:string;
  dwc:observationDate '1982-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 15.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "15.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "182.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "182.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 15.13)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "15.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1910'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.13'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '182.4'^^xsd:double;
  dwc:maximumDepth '182.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1910'^^xsd:string;
  dwc:observationDate '1982-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 15.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "15.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "182.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "182.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 15.13)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "15.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1911'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.13'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '182.4'^^xsd:double;
  dwc:maximumDepth '182.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1911'^^xsd:string;
  dwc:observationDate '1982-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 15.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "15.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "182.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "182.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 15.13)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "15.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1896'^^xsd:string;
  dwc:scientificName 'Thenea muricata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.13'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '182.4'^^xsd:double;
  dwc:maximumDepth '182.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134106'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1896'^^xsd:string;
  dwc:observationDate '1982-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '134106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 15.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "15.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "182.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "182.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 15.13)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "15.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1898'^^xsd:string;
  dwc:scientificName 'Lytocarpia myriophyllum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.13'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '182.4'^^xsd:double;
  dwc:maximumDepth '182.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '117302'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1898'^^xsd:string;
  dwc:observationDate '1982-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 15.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "15.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "182.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "182.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 15.13)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "15.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1899'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.13'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '182.4'^^xsd:double;
  dwc:maximumDepth '182.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1899'^^xsd:string;
  dwc:observationDate '1982-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 15.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.82"^^xsd:decimal ;
  dwc:decimalLongitude "15.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "182.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "182.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.82 15.13)"^^geo:wktLiteral ;
  geo-pos:lat "42.82"^^xsd:decimal ;
  geo-pos:long "15.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1900'^^xsd:string;
  dwc:scientificName 'Parapenaeus longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.13'^^xsd:double;
  dwc:latitude '42.82'^^xsd:double;
  dwc:minimumDepth '182.4'^^xsd:double;
  dwc:maximumDepth '182.4'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107109'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1900'^^xsd:string;
  dwc:observationDate '1982-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '107109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 15.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.23"^^xsd:decimal ;
  dwc:decimalLongitude "15.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "104.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "104.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 15.16)"^^geo:wktLiteral ;
  geo-pos:lat "42.23"^^xsd:decimal ;
  geo-pos:long "15.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1958'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.16'^^xsd:double;
  dwc:latitude '42.23'^^xsd:double;
  dwc:minimumDepth '104.6'^^xsd:double;
  dwc:maximumDepth '104.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1958'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 15.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.23"^^xsd:decimal ;
  dwc:decimalLongitude "15.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "104.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "104.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 15.16)"^^geo:wktLiteral ;
  geo-pos:lat "42.23"^^xsd:decimal ;
  geo-pos:long "15.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1960'^^xsd:string;
  dwc:scientificName 'Alpheus glaber'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.16'^^xsd:double;
  dwc:latitude '42.23'^^xsd:double;
  dwc:minimumDepth '104.6'^^xsd:double;
  dwc:maximumDepth '104.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107477'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1960'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '107477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 15.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.23"^^xsd:decimal ;
  dwc:decimalLongitude "15.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "104.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "104.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 15.16)"^^geo:wktLiteral ;
  geo-pos:lat "42.23"^^xsd:decimal ;
  geo-pos:long "15.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1962'^^xsd:string;
  dwc:scientificName 'Pontophilus spinosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.16'^^xsd:double;
  dwc:latitude '42.23'^^xsd:double;
  dwc:minimumDepth '104.6'^^xsd:double;
  dwc:maximumDepth '104.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107564'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1962'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '107564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 15.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.23"^^xsd:decimal ;
  dwc:decimalLongitude "15.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "104.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "104.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 15.16)"^^geo:wktLiteral ;
  geo-pos:lat "42.23"^^xsd:decimal ;
  geo-pos:long "15.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1956'^^xsd:string;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.16'^^xsd:double;
  dwc:latitude '42.23'^^xsd:double;
  dwc:minimumDepth '104.6'^^xsd:double;
  dwc:maximumDepth '104.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1956'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 15.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.23"^^xsd:decimal ;
  dwc:decimalLongitude "15.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "104.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "104.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 15.16)"^^geo:wktLiteral ;
  geo-pos:lat "42.23"^^xsd:decimal ;
  geo-pos:long "15.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1957'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.16'^^xsd:double;
  dwc:latitude '42.23'^^xsd:double;
  dwc:minimumDepth '104.6'^^xsd:double;
  dwc:maximumDepth '104.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1957'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 15.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.23"^^xsd:decimal ;
  dwc:decimalLongitude "15.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "104.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "104.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 15.16)"^^geo:wktLiteral ;
  geo-pos:lat "42.23"^^xsd:decimal ;
  geo-pos:long "15.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1963'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.16'^^xsd:double;
  dwc:latitude '42.23'^^xsd:double;
  dwc:minimumDepth '104.6'^^xsd:double;
  dwc:maximumDepth '104.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1963'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 15.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.23"^^xsd:decimal ;
  dwc:decimalLongitude "15.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "104.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "104.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 15.16)"^^geo:wktLiteral ;
  geo-pos:lat "42.23"^^xsd:decimal ;
  geo-pos:long "15.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1964'^^xsd:string;
  dwc:scientificName 'Munida intermedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.16'^^xsd:double;
  dwc:latitude '42.23'^^xsd:double;
  dwc:minimumDepth '104.6'^^xsd:double;
  dwc:maximumDepth '104.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107157'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1964'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '107157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1965> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 15.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.23"^^xsd:decimal ;
  dwc:decimalLongitude "15.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "104.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "104.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 15.16)"^^geo:wktLiteral ;
  geo-pos:lat "42.23"^^xsd:decimal ;
  geo-pos:long "15.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1965'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.16'^^xsd:double;
  dwc:latitude '42.23'^^xsd:double;
  dwc:minimumDepth '104.6'^^xsd:double;
  dwc:maximumDepth '104.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1965'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 15.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.23"^^xsd:decimal ;
  dwc:decimalLongitude "15.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "104.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "104.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 15.16)"^^geo:wktLiteral ;
  geo-pos:lat "42.23"^^xsd:decimal ;
  geo-pos:long "15.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1969'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.16'^^xsd:double;
  dwc:latitude '42.23'^^xsd:double;
  dwc:minimumDepth '104.6'^^xsd:double;
  dwc:maximumDepth '104.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1969'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 15.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.23"^^xsd:decimal ;
  dwc:decimalLongitude "15.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "104.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "104.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 15.16)"^^geo:wktLiteral ;
  geo-pos:lat "42.23"^^xsd:decimal ;
  geo-pos:long "15.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1970'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.16'^^xsd:double;
  dwc:latitude '42.23'^^xsd:double;
  dwc:minimumDepth '104.6'^^xsd:double;
  dwc:maximumDepth '104.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1970'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 15.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.23"^^xsd:decimal ;
  dwc:decimalLongitude "15.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "104.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "104.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 15.16)"^^geo:wktLiteral ;
  geo-pos:lat "42.23"^^xsd:decimal ;
  geo-pos:long "15.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1971'^^xsd:string;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.16'^^xsd:double;
  dwc:latitude '42.23'^^xsd:double;
  dwc:minimumDepth '104.6'^^xsd:double;
  dwc:maximumDepth '104.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1971'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 15.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.23"^^xsd:decimal ;
  dwc:decimalLongitude "15.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "104.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "104.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 15.16)"^^geo:wktLiteral ;
  geo-pos:lat "42.23"^^xsd:decimal ;
  geo-pos:long "15.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1966'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.16'^^xsd:double;
  dwc:latitude '42.23'^^xsd:double;
  dwc:minimumDepth '104.6'^^xsd:double;
  dwc:maximumDepth '104.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1966'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 15.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.23"^^xsd:decimal ;
  dwc:decimalLongitude "15.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "104.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "104.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 15.16)"^^geo:wktLiteral ;
  geo-pos:lat "42.23"^^xsd:decimal ;
  geo-pos:long "15.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1967'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.16'^^xsd:double;
  dwc:latitude '42.23'^^xsd:double;
  dwc:minimumDepth '104.6'^^xsd:double;
  dwc:maximumDepth '104.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1967'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 15.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.23"^^xsd:decimal ;
  dwc:decimalLongitude "15.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "104.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "104.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.23 15.16)"^^geo:wktLiteral ;
  geo-pos:lat "42.23"^^xsd:decimal ;
  geo-pos:long "15.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1968'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.16'^^xsd:double;
  dwc:latitude '42.23'^^xsd:double;
  dwc:minimumDepth '104.6'^^xsd:double;
  dwc:maximumDepth '104.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1968'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19 15.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.19"^^xsd:decimal ;
  dwc:decimalLongitude "15.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19 15.18)"^^geo:wktLiteral ;
  geo-pos:lat "42.19"^^xsd:decimal ;
  geo-pos:long "15.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1977'^^xsd:string;
  dwc:scientificName 'Processa nouveli nouveli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.18'^^xsd:double;
  dwc:latitude '42.19'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '108345'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1977'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '108345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19 15.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.19"^^xsd:decimal ;
  dwc:decimalLongitude "15.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19 15.18)"^^geo:wktLiteral ;
  geo-pos:lat "42.19"^^xsd:decimal ;
  geo-pos:long "15.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1978'^^xsd:string;
  dwc:scientificName 'Pontophilus spinosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.18'^^xsd:double;
  dwc:latitude '42.19'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107564'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1978'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '107564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19 15.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.19"^^xsd:decimal ;
  dwc:decimalLongitude "15.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19 15.18)"^^geo:wktLiteral ;
  geo-pos:lat "42.19"^^xsd:decimal ;
  geo-pos:long "15.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1979'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.18'^^xsd:double;
  dwc:latitude '42.19'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1979'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19 15.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.19"^^xsd:decimal ;
  dwc:decimalLongitude "15.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19 15.18)"^^geo:wktLiteral ;
  geo-pos:lat "42.19"^^xsd:decimal ;
  geo-pos:long "15.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1980'^^xsd:string;
  dwc:scientificName 'Munida intermedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.18'^^xsd:double;
  dwc:latitude '42.19'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107157'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1980'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '107157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19 15.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.19"^^xsd:decimal ;
  dwc:decimalLongitude "15.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19 15.18)"^^geo:wktLiteral ;
  geo-pos:lat "42.19"^^xsd:decimal ;
  geo-pos:long "15.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1981'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.18'^^xsd:double;
  dwc:latitude '42.19'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1981'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19 15.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.19"^^xsd:decimal ;
  dwc:decimalLongitude "15.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19 15.18)"^^geo:wktLiteral ;
  geo-pos:lat "42.19"^^xsd:decimal ;
  geo-pos:long "15.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1983'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.18'^^xsd:double;
  dwc:latitude '42.19'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1983'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19 15.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.19"^^xsd:decimal ;
  dwc:decimalLongitude "15.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19 15.18)"^^geo:wktLiteral ;
  geo-pos:lat "42.19"^^xsd:decimal ;
  geo-pos:long "15.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1984'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.18'^^xsd:double;
  dwc:latitude '42.19'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1984'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19 15.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.19"^^xsd:decimal ;
  dwc:decimalLongitude "15.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19 15.18)"^^geo:wktLiteral ;
  geo-pos:lat "42.19"^^xsd:decimal ;
  geo-pos:long "15.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1985'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.18'^^xsd:double;
  dwc:latitude '42.19'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1985'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19 15.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.19"^^xsd:decimal ;
  dwc:decimalLongitude "15.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19 15.18)"^^geo:wktLiteral ;
  geo-pos:lat "42.19"^^xsd:decimal ;
  geo-pos:long "15.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1986'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.18'^^xsd:double;
  dwc:latitude '42.19'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1986'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19 15.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.19"^^xsd:decimal ;
  dwc:decimalLongitude "15.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19 15.18)"^^geo:wktLiteral ;
  geo-pos:lat "42.19"^^xsd:decimal ;
  geo-pos:long "15.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1975'^^xsd:string;
  dwc:scientificName 'Chlorotocus crassicornis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.18'^^xsd:double;
  dwc:latitude '42.19'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107642'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1975'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '107642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19 15.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.19"^^xsd:decimal ;
  dwc:decimalLongitude "15.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19 15.18)"^^geo:wktLiteral ;
  geo-pos:lat "42.19"^^xsd:decimal ;
  geo-pos:long "15.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1972'^^xsd:string;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.18'^^xsd:double;
  dwc:latitude '42.19'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1972'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19 15.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.19"^^xsd:decimal ;
  dwc:decimalLongitude "15.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19 15.18)"^^geo:wktLiteral ;
  geo-pos:lat "42.19"^^xsd:decimal ;
  geo-pos:long "15.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1973'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.18'^^xsd:double;
  dwc:latitude '42.19'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1973'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19 15.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.19"^^xsd:decimal ;
  dwc:decimalLongitude "15.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.19 15.18)"^^geo:wktLiteral ;
  geo-pos:lat "42.19"^^xsd:decimal ;
  geo-pos:long "15.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1974'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.18'^^xsd:double;
  dwc:latitude '42.19'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1974'^^xsd:string;
  dwc:observationDate '1982-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.28"^^xsd:decimal ;
  dwc:decimalLongitude "15.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "125.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "125.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.28"^^xsd:decimal ;
  geo-pos:long "15.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1989'^^xsd:string;
  dwc:scientificName 'Lytocarpia myriophyllum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.41'^^xsd:double;
  dwc:latitude '42.28'^^xsd:double;
  dwc:minimumDepth '125.8'^^xsd:double;
  dwc:maximumDepth '125.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '117302'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1989'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.28"^^xsd:decimal ;
  dwc:decimalLongitude "15.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "125.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "125.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.28"^^xsd:decimal ;
  geo-pos:long "15.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1990'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.41'^^xsd:double;
  dwc:latitude '42.28'^^xsd:double;
  dwc:minimumDepth '125.8'^^xsd:double;
  dwc:maximumDepth '125.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1990'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.28"^^xsd:decimal ;
  dwc:decimalLongitude "15.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "125.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "125.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.28"^^xsd:decimal ;
  geo-pos:long "15.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1991'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.41'^^xsd:double;
  dwc:latitude '42.28'^^xsd:double;
  dwc:minimumDepth '125.8'^^xsd:double;
  dwc:maximumDepth '125.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1991'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.28"^^xsd:decimal ;
  dwc:decimalLongitude "15.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "125.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "125.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.28"^^xsd:decimal ;
  geo-pos:long "15.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1992'^^xsd:string;
  dwc:scientificName 'Alpheus glaber'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.41'^^xsd:double;
  dwc:latitude '42.28'^^xsd:double;
  dwc:minimumDepth '125.8'^^xsd:double;
  dwc:maximumDepth '125.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107477'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1992'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '107477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1993> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.28"^^xsd:decimal ;
  dwc:decimalLongitude "15.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "125.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "125.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.28"^^xsd:decimal ;
  geo-pos:long "15.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1993'^^xsd:string;
  dwc:scientificName 'Pontophilus spinosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.41'^^xsd:double;
  dwc:latitude '42.28'^^xsd:double;
  dwc:minimumDepth '125.8'^^xsd:double;
  dwc:maximumDepth '125.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107564'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1993'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '107564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.28"^^xsd:decimal ;
  dwc:decimalLongitude "15.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "125.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "125.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.28"^^xsd:decimal ;
  geo-pos:long "15.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1994'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.41'^^xsd:double;
  dwc:latitude '42.28'^^xsd:double;
  dwc:minimumDepth '125.8'^^xsd:double;
  dwc:maximumDepth '125.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1994'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.28"^^xsd:decimal ;
  dwc:decimalLongitude "15.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "125.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "125.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.28"^^xsd:decimal ;
  geo-pos:long "15.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1995'^^xsd:string;
  dwc:scientificName 'Munida intermedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.41'^^xsd:double;
  dwc:latitude '42.28'^^xsd:double;
  dwc:minimumDepth '125.8'^^xsd:double;
  dwc:maximumDepth '125.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107157'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1995'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '107157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1996> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.28"^^xsd:decimal ;
  dwc:decimalLongitude "15.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "125.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "125.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.28"^^xsd:decimal ;
  geo-pos:long "15.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1996'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.41'^^xsd:double;
  dwc:latitude '42.28'^^xsd:double;
  dwc:minimumDepth '125.8'^^xsd:double;
  dwc:maximumDepth '125.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1996'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.28"^^xsd:decimal ;
  dwc:decimalLongitude "15.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "125.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "125.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.28"^^xsd:decimal ;
  geo-pos:long "15.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1998'^^xsd:string;
  dwc:scientificName 'Euspira guilleminii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.41'^^xsd:double;
  dwc:latitude '42.28'^^xsd:double;
  dwc:minimumDepth '125.8'^^xsd:double;
  dwc:maximumDepth '125.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140531'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1998'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '140531'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.28"^^xsd:decimal ;
  dwc:decimalLongitude "15.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "125.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "125.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.28"^^xsd:decimal ;
  geo-pos:long "15.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1999'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.41'^^xsd:double;
  dwc:latitude '42.28'^^xsd:double;
  dwc:minimumDepth '125.8'^^xsd:double;
  dwc:maximumDepth '125.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1999'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.28"^^xsd:decimal ;
  dwc:decimalLongitude "15.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "125.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "125.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.28"^^xsd:decimal ;
  geo-pos:long "15.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_1988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1988'^^xsd:string;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.41'^^xsd:double;
  dwc:latitude '42.28'^^xsd:double;
  dwc:minimumDepth '125.8'^^xsd:double;
  dwc:maximumDepth '125.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_1988'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.28"^^xsd:decimal ;
  dwc:decimalLongitude "15.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "125.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "125.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.28"^^xsd:decimal ;
  geo-pos:long "15.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2000'^^xsd:string;
  dwc:scientificName 'Pteria hirundo'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.41'^^xsd:double;
  dwc:latitude '42.28'^^xsd:double;
  dwc:minimumDepth '125.8'^^xsd:double;
  dwc:maximumDepth '125.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140891'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2000'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '140891'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.28"^^xsd:decimal ;
  dwc:decimalLongitude "15.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "125.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "125.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.28"^^xsd:decimal ;
  geo-pos:long "15.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2001'^^xsd:string;
  dwc:scientificName 'Peltaster placenta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.41'^^xsd:double;
  dwc:latitude '42.28'^^xsd:double;
  dwc:minimumDepth '125.8'^^xsd:double;
  dwc:maximumDepth '125.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124055'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2001'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '124055'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.28"^^xsd:decimal ;
  dwc:decimalLongitude "15.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "125.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "125.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.28"^^xsd:decimal ;
  geo-pos:long "15.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2002'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.41'^^xsd:double;
  dwc:latitude '42.28'^^xsd:double;
  dwc:minimumDepth '125.8'^^xsd:double;
  dwc:maximumDepth '125.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2002'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.28"^^xsd:decimal ;
  dwc:decimalLongitude "15.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "125.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "125.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.28"^^xsd:decimal ;
  geo-pos:long "15.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2003'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.41'^^xsd:double;
  dwc:latitude '42.28'^^xsd:double;
  dwc:minimumDepth '125.8'^^xsd:double;
  dwc:maximumDepth '125.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2003'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.28"^^xsd:decimal ;
  dwc:decimalLongitude "15.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "125.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "125.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.28 15.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.28"^^xsd:decimal ;
  geo-pos:long "15.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2004'^^xsd:string;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.41'^^xsd:double;
  dwc:latitude '42.28'^^xsd:double;
  dwc:minimumDepth '125.8'^^xsd:double;
  dwc:maximumDepth '125.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2004'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 15.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "15.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "131"^^xsd:integer ;
  dwc:maximumDepthInMeters "131"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 15.42)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "15.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2011'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.42'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '131'^^xsd:integer;
  dwc:maximumDepth '131'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2011'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 15.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "15.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "131"^^xsd:integer ;
  dwc:maximumDepthInMeters "131"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 15.42)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "15.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2012'^^xsd:string;
  dwc:scientificName 'Munida intermedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.42'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '131'^^xsd:integer;
  dwc:maximumDepth '131'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107157'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2012'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 15.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "15.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "131"^^xsd:integer ;
  dwc:maximumDepthInMeters "131"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 15.42)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "15.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2013'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.42'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '131'^^xsd:integer;
  dwc:maximumDepth '131'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2013'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 15.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "15.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "131"^^xsd:integer ;
  dwc:maximumDepthInMeters "131"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 15.42)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "15.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2014'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.42'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '131'^^xsd:integer;
  dwc:maximumDepth '131'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2014'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 15.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "15.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "131"^^xsd:integer ;
  dwc:maximumDepthInMeters "131"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 15.42)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "15.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2016'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.42'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '131'^^xsd:integer;
  dwc:maximumDepth '131'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2016'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 15.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "15.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "131"^^xsd:integer ;
  dwc:maximumDepthInMeters "131"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 15.42)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "15.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2019'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.42'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '131'^^xsd:integer;
  dwc:maximumDepth '131'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2019'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 15.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "15.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "131"^^xsd:integer ;
  dwc:maximumDepthInMeters "131"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 15.42)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "15.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2020'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.42'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '131'^^xsd:integer;
  dwc:maximumDepth '131'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2020'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 15.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "15.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "131"^^xsd:integer ;
  dwc:maximumDepthInMeters "131"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 15.42)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "15.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2006'^^xsd:string;
  dwc:scientificName 'Lytocarpia myriophyllum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.42'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '131'^^xsd:integer;
  dwc:maximumDepth '131'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '117302'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2006'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 15.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "15.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "131"^^xsd:integer ;
  dwc:maximumDepthInMeters "131"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 15.42)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "15.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2007'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.42'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '131'^^xsd:integer;
  dwc:maximumDepth '131'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2007'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 15.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "15.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "131"^^xsd:integer ;
  dwc:maximumDepthInMeters "131"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 15.42)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "15.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2008'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.42'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '131'^^xsd:integer;
  dwc:maximumDepth '131'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2008'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 15.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "15.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "131"^^xsd:integer ;
  dwc:maximumDepthInMeters "131"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 15.42)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "15.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2010'^^xsd:string;
  dwc:scientificName 'Pontophilus spinosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.42'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '131'^^xsd:integer;
  dwc:maximumDepth '131'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107564'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2010'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "15.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "138.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "138.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "15.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2032'^^xsd:string;
  dwc:scientificName 'Fusinus rostratus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.5'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '138.6'^^xsd:double;
  dwc:maximumDepth '138.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139931'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2032'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '448958'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "15.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "138.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "138.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "15.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2033'^^xsd:string;
  dwc:scientificName 'Nucula sulcata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.5'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '138.6'^^xsd:double;
  dwc:maximumDepth '138.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140592'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2033'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '140592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "15.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "138.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "138.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "15.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2034'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.5'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '138.6'^^xsd:double;
  dwc:maximumDepth '138.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2034'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "15.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "138.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "138.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "15.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2036'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.5'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '138.6'^^xsd:double;
  dwc:maximumDepth '138.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2036'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "15.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "138.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "138.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "15.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2037'^^xsd:string;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.5'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '138.6'^^xsd:double;
  dwc:maximumDepth '138.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2037'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "15.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "138.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "138.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "15.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2031'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.5'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '138.6'^^xsd:double;
  dwc:maximumDepth '138.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2031'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "15.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "138.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "138.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "15.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2022'^^xsd:string;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.5'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '138.6'^^xsd:double;
  dwc:maximumDepth '138.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2022'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "15.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "138.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "138.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "15.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2023'^^xsd:string;
  dwc:scientificName 'Lytocarpia myriophyllum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.5'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '138.6'^^xsd:double;
  dwc:maximumDepth '138.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '117302'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2023'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "15.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "138.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "138.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "15.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2024'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.5'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '138.6'^^xsd:double;
  dwc:maximumDepth '138.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2024'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "15.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "138.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "138.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "15.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2025'^^xsd:string;
  dwc:scientificName 'Platysquilla eusebia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.5'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '138.6'^^xsd:double;
  dwc:maximumDepth '138.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '136126'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2025'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '136126'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "15.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "138.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "138.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "15.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2026'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.5'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '138.6'^^xsd:double;
  dwc:maximumDepth '138.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2026'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "15.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "138.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "138.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "15.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2027'^^xsd:string;
  dwc:scientificName 'Munida intermedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.5'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '138.6'^^xsd:double;
  dwc:maximumDepth '138.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107157'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2027'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '107157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "15.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "138.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "138.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "15.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2028'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.5'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '138.6'^^xsd:double;
  dwc:maximumDepth '138.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2028'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "15.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "138.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "138.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "15.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2029'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.5'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '138.6'^^xsd:double;
  dwc:maximumDepth '138.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2029'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "15.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "138.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "138.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 15.5)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "15.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2030'^^xsd:string;
  dwc:scientificName 'Euspira guilleminii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.5'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '138.6'^^xsd:double;
  dwc:maximumDepth '138.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140531'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2030'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '140531'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 15.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "15.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "140"^^xsd:integer ;
  dwc:maximumDepthInMeters "140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 15.52)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "15.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2053'^^xsd:string;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.52'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '140'^^xsd:integer;
  dwc:maximumDepth '140'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2053'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 15.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "15.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "140"^^xsd:integer ;
  dwc:maximumDepthInMeters "140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 15.52)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "15.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2038'^^xsd:string;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.52'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '140'^^xsd:integer;
  dwc:maximumDepth '140'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2038'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 15.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "15.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "140"^^xsd:integer ;
  dwc:maximumDepthInMeters "140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 15.52)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "15.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2039'^^xsd:string;
  dwc:scientificName 'Lytocarpia myriophyllum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.52'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '140'^^xsd:integer;
  dwc:maximumDepth '140'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '117302'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2039'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 15.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "15.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "140"^^xsd:integer ;
  dwc:maximumDepthInMeters "140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 15.52)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "15.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2042'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.52'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '140'^^xsd:integer;
  dwc:maximumDepth '140'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2042'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 15.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "15.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "140"^^xsd:integer ;
  dwc:maximumDepthInMeters "140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 15.52)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "15.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2043'^^xsd:string;
  dwc:scientificName 'Munida intermedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.52'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '140'^^xsd:integer;
  dwc:maximumDepth '140'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107157'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2043'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 15.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "15.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "140"^^xsd:integer ;
  dwc:maximumDepthInMeters "140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 15.52)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "15.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2044'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.52'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '140'^^xsd:integer;
  dwc:maximumDepth '140'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2044'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 15.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "15.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "140"^^xsd:integer ;
  dwc:maximumDepthInMeters "140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 15.52)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "15.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2045'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.52'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '140'^^xsd:integer;
  dwc:maximumDepth '140'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2045'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 15.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "15.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "140"^^xsd:integer ;
  dwc:maximumDepthInMeters "140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 15.52)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "15.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2046'^^xsd:string;
  dwc:scientificName 'Euspira guilleminii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.52'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '140'^^xsd:integer;
  dwc:maximumDepth '140'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140531'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2046'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '140531'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 15.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "15.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "140"^^xsd:integer ;
  dwc:maximumDepthInMeters "140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 15.52)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "15.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2047'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.52'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '140'^^xsd:integer;
  dwc:maximumDepth '140'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2047'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 15.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "15.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "140"^^xsd:integer ;
  dwc:maximumDepthInMeters "140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 15.52)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "15.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2048'^^xsd:string;
  dwc:scientificName 'Fusinus rostratus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.52'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '140'^^xsd:integer;
  dwc:maximumDepth '140'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139931'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2048'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '448958'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 15.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "15.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "140"^^xsd:integer ;
  dwc:maximumDepthInMeters "140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 15.52)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "15.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2050'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.52'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '140'^^xsd:integer;
  dwc:maximumDepth '140'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2050'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 15.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "15.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "140"^^xsd:integer ;
  dwc:maximumDepthInMeters "140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 15.52)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "15.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2051'^^xsd:string;
  dwc:scientificName 'Odontaster mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.52'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '140'^^xsd:integer;
  dwc:maximumDepth '140'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124091'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2051'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '124091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 15.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "15.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "140"^^xsd:integer ;
  dwc:maximumDepthInMeters "140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 15.52)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "15.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2052'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.52'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '140'^^xsd:integer;
  dwc:maximumDepth '140'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2052'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 15.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "15.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "140"^^xsd:integer ;
  dwc:maximumDepthInMeters "140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 15.52)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "15.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2040'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.52'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '140'^^xsd:integer;
  dwc:maximumDepth '140'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2040'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "15.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "126.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "126.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "15.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2087'^^xsd:string;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.71'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '126.2'^^xsd:double;
  dwc:maximumDepth '126.2'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2087'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "15.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "126.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "126.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "15.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2065'^^xsd:string;
  dwc:scientificName 'Pontophilus spinosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.71'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '126.2'^^xsd:double;
  dwc:maximumDepth '126.2'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107564'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2065'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '107564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "15.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "126.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "126.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "15.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2078'^^xsd:string;
  dwc:scientificName 'Nucula sulcata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.71'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '126.2'^^xsd:double;
  dwc:maximumDepth '126.2'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140592'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2078'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '140592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "15.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "126.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "126.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "15.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2079'^^xsd:string;
  dwc:scientificName 'Atrina pectinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.71'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '126.2'^^xsd:double;
  dwc:maximumDepth '126.2'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140779'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2079'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '140779'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "15.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "126.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "126.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "15.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2080'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.71'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '126.2'^^xsd:double;
  dwc:maximumDepth '126.2'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2080'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "15.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "126.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "126.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "15.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2081'^^xsd:string;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.71'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '126.2'^^xsd:double;
  dwc:maximumDepth '126.2'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2081'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "15.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "126.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "126.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "15.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2082'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.71'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '126.2'^^xsd:double;
  dwc:maximumDepth '126.2'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2082'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "15.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "126.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "126.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "15.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2083'^^xsd:string;
  dwc:scientificName 'Echinus melo'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.71'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '126.2'^^xsd:double;
  dwc:maximumDepth '126.2'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124294'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2083'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '124294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "15.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "126.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "126.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "15.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2084'^^xsd:string;
  dwc:scientificName 'Spatangus purpureus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.71'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '126.2'^^xsd:double;
  dwc:maximumDepth '126.2'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124418'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2084'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '124418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "15.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "126.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "126.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "15.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2085'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.71'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '126.2'^^xsd:double;
  dwc:maximumDepth '126.2'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2085'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "15.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "126.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "126.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "15.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2086'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.71'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '126.2'^^xsd:double;
  dwc:maximumDepth '126.2'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2086'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "15.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "126.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "126.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "15.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2066'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.71'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '126.2'^^xsd:double;
  dwc:maximumDepth '126.2'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2066'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "15.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "126.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "126.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "15.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2068'^^xsd:string;
  dwc:scientificName 'Munida intermedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.71'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '126.2'^^xsd:double;
  dwc:maximumDepth '126.2'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107157'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2068'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '107157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "15.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "126.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "126.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "15.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2069'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.71'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '126.2'^^xsd:double;
  dwc:maximumDepth '126.2'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2069'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "15.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "126.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "126.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "15.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2071'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.71'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '126.2'^^xsd:double;
  dwc:maximumDepth '126.2'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2071'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "15.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "126.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "126.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "15.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2072'^^xsd:string;
  dwc:scientificName 'Macropipus tuberculatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.71'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '126.2'^^xsd:double;
  dwc:maximumDepth '126.2'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107397'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2072'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '107397'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "15.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "126.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "126.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "15.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2073'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.71'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '126.2'^^xsd:double;
  dwc:maximumDepth '126.2'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2073'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "15.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "126.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "126.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "15.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2075'^^xsd:string;
  dwc:scientificName 'Euspira guilleminii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.71'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '126.2'^^xsd:double;
  dwc:maximumDepth '126.2'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140531'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2075'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '140531'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "15.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "126.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "126.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "15.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2076'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.71'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '126.2'^^xsd:double;
  dwc:maximumDepth '126.2'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2076'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "15.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "126.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "126.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "15.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2054'^^xsd:string;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.71'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '126.2'^^xsd:double;
  dwc:maximumDepth '126.2'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2054'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "15.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "126.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "126.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "15.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2055'^^xsd:string;
  dwc:scientificName 'Rhizaxinella pyrifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.71'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '126.2'^^xsd:double;
  dwc:maximumDepth '126.2'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134266'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2055'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '134266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "15.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "126.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "126.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "15.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2056'^^xsd:string;
  dwc:scientificName 'Lytocarpia myriophyllum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.71'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '126.2'^^xsd:double;
  dwc:maximumDepth '126.2'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '117302'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2056'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "15.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "126.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "126.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "15.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2057'^^xsd:string;
  dwc:scientificName 'Adamsia palliata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.71'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '126.2'^^xsd:double;
  dwc:maximumDepth '126.2'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '445590'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2057'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '1658483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "15.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "126.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "126.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "15.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2058'^^xsd:string;
  dwc:scientificName 'Caryophyllia (Caryophyllia) smithii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.71'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '126.2'^^xsd:double;
  dwc:maximumDepth '126.2'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2058'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "15.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "126.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "126.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "15.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2059'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.71'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '126.2'^^xsd:double;
  dwc:maximumDepth '126.2'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2059'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "15.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "126.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "126.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "15.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2062'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.71'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '126.2'^^xsd:double;
  dwc:maximumDepth '126.2'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2062'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "15.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "126.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "126.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 15.71)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "15.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2063'^^xsd:string;
  dwc:scientificName 'Alpheus glaber'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.71'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '126.2'^^xsd:double;
  dwc:maximumDepth '126.2'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107477'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2063'^^xsd:string;
  dwc:observationDate '1982-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '107477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.49"^^xsd:decimal ;
  dwc:decimalLongitude "15.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.49"^^xsd:decimal ;
  geo-pos:long "15.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2099'^^xsd:string;
  dwc:scientificName 'Pontophilus spinosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.73'^^xsd:double;
  dwc:latitude '42.49'^^xsd:double;
  dwc:minimumDepth '129.4'^^xsd:double;
  dwc:maximumDepth '129.4'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107564'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2099'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.49"^^xsd:decimal ;
  dwc:decimalLongitude "15.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.49"^^xsd:decimal ;
  geo-pos:long "15.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2088'^^xsd:string;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.73'^^xsd:double;
  dwc:latitude '42.49'^^xsd:double;
  dwc:minimumDepth '129.4'^^xsd:double;
  dwc:maximumDepth '129.4'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2088'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.49"^^xsd:decimal ;
  dwc:decimalLongitude "15.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.49"^^xsd:decimal ;
  geo-pos:long "15.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2089'^^xsd:string;
  dwc:scientificName 'Rhizaxinella pyrifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.73'^^xsd:double;
  dwc:latitude '42.49'^^xsd:double;
  dwc:minimumDepth '129.4'^^xsd:double;
  dwc:maximumDepth '129.4'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134266'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2089'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '134266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.49"^^xsd:decimal ;
  dwc:decimalLongitude "15.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.49"^^xsd:decimal ;
  geo-pos:long "15.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2090'^^xsd:string;
  dwc:scientificName 'Lytocarpia myriophyllum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.73'^^xsd:double;
  dwc:latitude '42.49'^^xsd:double;
  dwc:minimumDepth '129.4'^^xsd:double;
  dwc:maximumDepth '129.4'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '117302'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2090'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.49"^^xsd:decimal ;
  dwc:decimalLongitude "15.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.49"^^xsd:decimal ;
  geo-pos:long "15.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2093'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.73'^^xsd:double;
  dwc:latitude '42.49'^^xsd:double;
  dwc:minimumDepth '129.4'^^xsd:double;
  dwc:maximumDepth '129.4'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2093'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.49"^^xsd:decimal ;
  dwc:decimalLongitude "15.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.49"^^xsd:decimal ;
  geo-pos:long "15.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2094'^^xsd:string;
  dwc:scientificName 'Funiculina quadrangularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.73'^^xsd:double;
  dwc:latitude '42.49'^^xsd:double;
  dwc:minimumDepth '129.4'^^xsd:double;
  dwc:maximumDepth '129.4'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '128506'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2094'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '128506'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.49"^^xsd:decimal ;
  dwc:decimalLongitude "15.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.49"^^xsd:decimal ;
  geo-pos:long "15.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2095'^^xsd:string;
  dwc:scientificName 'Pennatula phosphorea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.73'^^xsd:double;
  dwc:latitude '42.49'^^xsd:double;
  dwc:minimumDepth '129.4'^^xsd:double;
  dwc:maximumDepth '129.4'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '128517'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2095'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '128517'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.49"^^xsd:decimal ;
  dwc:decimalLongitude "15.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.49"^^xsd:decimal ;
  geo-pos:long "15.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2096'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.73'^^xsd:double;
  dwc:latitude '42.49'^^xsd:double;
  dwc:minimumDepth '129.4'^^xsd:double;
  dwc:maximumDepth '129.4'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2096'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.49"^^xsd:decimal ;
  dwc:decimalLongitude "15.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.49"^^xsd:decimal ;
  geo-pos:long "15.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2098'^^xsd:string;
  dwc:scientificName 'Processa nouveli nouveli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.73'^^xsd:double;
  dwc:latitude '42.49'^^xsd:double;
  dwc:minimumDepth '129.4'^^xsd:double;
  dwc:maximumDepth '129.4'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '108345'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2098'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '108345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.49"^^xsd:decimal ;
  dwc:decimalLongitude "15.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.49"^^xsd:decimal ;
  geo-pos:long "15.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2120'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.73'^^xsd:double;
  dwc:latitude '42.49'^^xsd:double;
  dwc:minimumDepth '129.4'^^xsd:double;
  dwc:maximumDepth '129.4'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2120'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.49"^^xsd:decimal ;
  dwc:decimalLongitude "15.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.49"^^xsd:decimal ;
  geo-pos:long "15.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2121'^^xsd:string;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.73'^^xsd:double;
  dwc:latitude '42.49'^^xsd:double;
  dwc:minimumDepth '129.4'^^xsd:double;
  dwc:maximumDepth '129.4'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2121'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.49"^^xsd:decimal ;
  dwc:decimalLongitude "15.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.49"^^xsd:decimal ;
  geo-pos:long "15.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2109'^^xsd:string;
  dwc:scientificName 'Euspira guilleminii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.73'^^xsd:double;
  dwc:latitude '42.49'^^xsd:double;
  dwc:minimumDepth '129.4'^^xsd:double;
  dwc:maximumDepth '129.4'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140531'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2109'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '140531'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.49"^^xsd:decimal ;
  dwc:decimalLongitude "15.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.49"^^xsd:decimal ;
  geo-pos:long "15.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2104'^^xsd:string;
  dwc:scientificName 'Anamathia rissoana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.73'^^xsd:double;
  dwc:latitude '42.49'^^xsd:double;
  dwc:minimumDepth '129.4'^^xsd:double;
  dwc:maximumDepth '129.4'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '441513'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2104'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '441513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.49"^^xsd:decimal ;
  dwc:decimalLongitude "15.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.49"^^xsd:decimal ;
  geo-pos:long "15.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2105'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.73'^^xsd:double;
  dwc:latitude '42.49'^^xsd:double;
  dwc:minimumDepth '129.4'^^xsd:double;
  dwc:maximumDepth '129.4'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2105'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.49"^^xsd:decimal ;
  dwc:decimalLongitude "15.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.49"^^xsd:decimal ;
  geo-pos:long "15.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2106'^^xsd:string;
  dwc:scientificName 'Macropipus tuberculatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.73'^^xsd:double;
  dwc:latitude '42.49'^^xsd:double;
  dwc:minimumDepth '129.4'^^xsd:double;
  dwc:maximumDepth '129.4'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107397'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2106'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107397'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.49"^^xsd:decimal ;
  dwc:decimalLongitude "15.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.49"^^xsd:decimal ;
  geo-pos:long "15.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2108'^^xsd:string;
  dwc:scientificName 'Calliostoma granulatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.73'^^xsd:double;
  dwc:latitude '42.49'^^xsd:double;
  dwc:minimumDepth '129.4'^^xsd:double;
  dwc:maximumDepth '129.4'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141753'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2108'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '141753'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.49"^^xsd:decimal ;
  dwc:decimalLongitude "15.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.49"^^xsd:decimal ;
  geo-pos:long "15.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2103'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.73'^^xsd:double;
  dwc:latitude '42.49'^^xsd:double;
  dwc:minimumDepth '129.4'^^xsd:double;
  dwc:maximumDepth '129.4'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2103'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.49"^^xsd:decimal ;
  dwc:decimalLongitude "15.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.49"^^xsd:decimal ;
  geo-pos:long "15.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2100'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.73'^^xsd:double;
  dwc:latitude '42.49'^^xsd:double;
  dwc:minimumDepth '129.4'^^xsd:double;
  dwc:maximumDepth '129.4'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2100'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.49"^^xsd:decimal ;
  dwc:decimalLongitude "15.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.49"^^xsd:decimal ;
  geo-pos:long "15.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2101'^^xsd:string;
  dwc:scientificName 'Pagurus prideaux'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.73'^^xsd:double;
  dwc:latitude '42.49'^^xsd:double;
  dwc:minimumDepth '129.4'^^xsd:double;
  dwc:maximumDepth '129.4'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107239'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2101'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107239'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.49"^^xsd:decimal ;
  dwc:decimalLongitude "15.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.49"^^xsd:decimal ;
  geo-pos:long "15.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2110'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.73'^^xsd:double;
  dwc:latitude '42.49'^^xsd:double;
  dwc:minimumDepth '129.4'^^xsd:double;
  dwc:maximumDepth '129.4'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2110'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.49"^^xsd:decimal ;
  dwc:decimalLongitude "15.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.49"^^xsd:decimal ;
  geo-pos:long "15.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2111'^^xsd:string;
  dwc:scientificName 'Scaphander lignarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.73'^^xsd:double;
  dwc:latitude '42.49'^^xsd:double;
  dwc:minimumDepth '129.4'^^xsd:double;
  dwc:maximumDepth '129.4'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139488'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2111'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '139488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.49"^^xsd:decimal ;
  dwc:decimalLongitude "15.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.49"^^xsd:decimal ;
  geo-pos:long "15.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2115'^^xsd:string;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.73'^^xsd:double;
  dwc:latitude '42.49'^^xsd:double;
  dwc:minimumDepth '129.4'^^xsd:double;
  dwc:maximumDepth '129.4'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2115'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.49"^^xsd:decimal ;
  dwc:decimalLongitude "15.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.49"^^xsd:decimal ;
  geo-pos:long "15.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2116'^^xsd:string;
  dwc:scientificName 'Gracilechinus acutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.73'^^xsd:double;
  dwc:latitude '42.49'^^xsd:double;
  dwc:minimumDepth '129.4'^^xsd:double;
  dwc:maximumDepth '129.4'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '532031'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2116'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.49"^^xsd:decimal ;
  dwc:decimalLongitude "15.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.49"^^xsd:decimal ;
  geo-pos:long "15.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2117'^^xsd:string;
  dwc:scientificName 'Echinus melo'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.73'^^xsd:double;
  dwc:latitude '42.49'^^xsd:double;
  dwc:minimumDepth '129.4'^^xsd:double;
  dwc:maximumDepth '129.4'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124294'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2117'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '124294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.49"^^xsd:decimal ;
  dwc:decimalLongitude "15.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "129.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "129.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 15.73)"^^geo:wktLiteral ;
  geo-pos:lat "42.49"^^xsd:decimal ;
  geo-pos:long "15.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2119'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.73'^^xsd:double;
  dwc:latitude '42.49'^^xsd:double;
  dwc:minimumDepth '129.4'^^xsd:double;
  dwc:maximumDepth '129.4'^^xsd:double;
  dwc:occurrenceRemarks 'numerous outcropping. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2119'^^xsd:string;
  dwc:observationDate '1982-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.73"^^xsd:decimal ;
  dwc:decimalLongitude "15.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "165.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.73"^^xsd:decimal ;
  geo-pos:long "15.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2145'^^xsd:string;
  dwc:scientificName 'Suberites domuncula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.83'^^xsd:double;
  dwc:latitude '42.73'^^xsd:double;
  dwc:minimumDepth '165.2'^^xsd:double;
  dwc:maximumDepth '165.2'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134282'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2145'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '134282'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.73"^^xsd:decimal ;
  dwc:decimalLongitude "15.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "165.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.73"^^xsd:decimal ;
  geo-pos:long "15.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2147'^^xsd:string;
  dwc:scientificName 'Amphianthus dohrnii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.83'^^xsd:double;
  dwc:latitude '42.73'^^xsd:double;
  dwc:minimumDepth '165.2'^^xsd:double;
  dwc:maximumDepth '165.2'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100936'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2147'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '100936'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.73"^^xsd:decimal ;
  dwc:decimalLongitude "15.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "165.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.73"^^xsd:decimal ;
  geo-pos:long "15.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2148'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.83'^^xsd:double;
  dwc:latitude '42.73'^^xsd:double;
  dwc:minimumDepth '165.2'^^xsd:double;
  dwc:maximumDepth '165.2'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2148'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.73"^^xsd:decimal ;
  dwc:decimalLongitude "15.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "165.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.73"^^xsd:decimal ;
  geo-pos:long "15.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2149'^^xsd:string;
  dwc:scientificName 'Funiculina quadrangularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.83'^^xsd:double;
  dwc:latitude '42.73'^^xsd:double;
  dwc:minimumDepth '165.2'^^xsd:double;
  dwc:maximumDepth '165.2'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '128506'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2149'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '128506'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.73"^^xsd:decimal ;
  dwc:decimalLongitude "15.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "165.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.73"^^xsd:decimal ;
  geo-pos:long "15.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2150'^^xsd:string;
  dwc:scientificName 'Pennatula phosphorea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.83'^^xsd:double;
  dwc:latitude '42.73'^^xsd:double;
  dwc:minimumDepth '165.2'^^xsd:double;
  dwc:maximumDepth '165.2'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '128517'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2150'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '128517'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.73"^^xsd:decimal ;
  dwc:decimalLongitude "15.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "165.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.73"^^xsd:decimal ;
  geo-pos:long "15.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2151'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.83'^^xsd:double;
  dwc:latitude '42.73'^^xsd:double;
  dwc:minimumDepth '165.2'^^xsd:double;
  dwc:maximumDepth '165.2'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2151'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.73"^^xsd:decimal ;
  dwc:decimalLongitude "15.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "165.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.73"^^xsd:decimal ;
  geo-pos:long "15.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2152'^^xsd:string;
  dwc:scientificName 'Processa nouveli nouveli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.83'^^xsd:double;
  dwc:latitude '42.73'^^xsd:double;
  dwc:minimumDepth '165.2'^^xsd:double;
  dwc:maximumDepth '165.2'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '108345'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2152'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '108345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.73"^^xsd:decimal ;
  dwc:decimalLongitude "15.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "165.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.73"^^xsd:decimal ;
  geo-pos:long "15.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2153'^^xsd:string;
  dwc:scientificName 'Pontophilus spinosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.83'^^xsd:double;
  dwc:latitude '42.73'^^xsd:double;
  dwc:minimumDepth '165.2'^^xsd:double;
  dwc:maximumDepth '165.2'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107564'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2153'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '107564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.73"^^xsd:decimal ;
  dwc:decimalLongitude "15.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "165.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.73"^^xsd:decimal ;
  geo-pos:long "15.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2159'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.83'^^xsd:double;
  dwc:latitude '42.73'^^xsd:double;
  dwc:minimumDepth '165.2'^^xsd:double;
  dwc:maximumDepth '165.2'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2159'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.73"^^xsd:decimal ;
  dwc:decimalLongitude "15.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "165.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.73"^^xsd:decimal ;
  geo-pos:long "15.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2160'^^xsd:string;
  dwc:scientificName 'Calliostoma granulatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.83'^^xsd:double;
  dwc:latitude '42.73'^^xsd:double;
  dwc:minimumDepth '165.2'^^xsd:double;
  dwc:maximumDepth '165.2'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141753'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2160'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '141753'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.73"^^xsd:decimal ;
  dwc:decimalLongitude "15.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "165.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.73"^^xsd:decimal ;
  geo-pos:long "15.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2161'^^xsd:string;
  dwc:scientificName 'Euspira guilleminii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.83'^^xsd:double;
  dwc:latitude '42.73'^^xsd:double;
  dwc:minimumDepth '165.2'^^xsd:double;
  dwc:maximumDepth '165.2'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140531'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2161'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '140531'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.73"^^xsd:decimal ;
  dwc:decimalLongitude "15.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "165.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.73"^^xsd:decimal ;
  geo-pos:long "15.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2162'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.83'^^xsd:double;
  dwc:latitude '42.73'^^xsd:double;
  dwc:minimumDepth '165.2'^^xsd:double;
  dwc:maximumDepth '165.2'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2162'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.73"^^xsd:decimal ;
  dwc:decimalLongitude "15.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "165.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.73"^^xsd:decimal ;
  geo-pos:long "15.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2163'^^xsd:string;
  dwc:scientificName 'Fusinus rostratus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.83'^^xsd:double;
  dwc:latitude '42.73'^^xsd:double;
  dwc:minimumDepth '165.2'^^xsd:double;
  dwc:maximumDepth '165.2'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139931'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2163'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '448958'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.73"^^xsd:decimal ;
  dwc:decimalLongitude "15.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "165.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.73"^^xsd:decimal ;
  geo-pos:long "15.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2164'^^xsd:string;
  dwc:scientificName 'Peltaster placenta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.83'^^xsd:double;
  dwc:latitude '42.73'^^xsd:double;
  dwc:minimumDepth '165.2'^^xsd:double;
  dwc:maximumDepth '165.2'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124055'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2164'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '124055'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.73"^^xsd:decimal ;
  dwc:decimalLongitude "15.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "165.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.73"^^xsd:decimal ;
  geo-pos:long "15.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2165'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.83'^^xsd:double;
  dwc:latitude '42.73'^^xsd:double;
  dwc:minimumDepth '165.2'^^xsd:double;
  dwc:maximumDepth '165.2'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2165'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.73"^^xsd:decimal ;
  dwc:decimalLongitude "15.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "165.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.73"^^xsd:decimal ;
  geo-pos:long "15.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2166'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.83'^^xsd:double;
  dwc:latitude '42.73'^^xsd:double;
  dwc:minimumDepth '165.2'^^xsd:double;
  dwc:maximumDepth '165.2'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2166'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.73"^^xsd:decimal ;
  dwc:decimalLongitude "15.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "165.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.73"^^xsd:decimal ;
  geo-pos:long "15.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2167'^^xsd:string;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.83'^^xsd:double;
  dwc:latitude '42.73'^^xsd:double;
  dwc:minimumDepth '165.2'^^xsd:double;
  dwc:maximumDepth '165.2'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2167'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.73"^^xsd:decimal ;
  dwc:decimalLongitude "15.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "165.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.73"^^xsd:decimal ;
  geo-pos:long "15.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2154'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.83'^^xsd:double;
  dwc:latitude '42.73'^^xsd:double;
  dwc:minimumDepth '165.2'^^xsd:double;
  dwc:maximumDepth '165.2'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2154'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.73"^^xsd:decimal ;
  dwc:decimalLongitude "15.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "165.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.73"^^xsd:decimal ;
  geo-pos:long "15.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2155'^^xsd:string;
  dwc:scientificName 'Munida intermedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.83'^^xsd:double;
  dwc:latitude '42.73'^^xsd:double;
  dwc:minimumDepth '165.2'^^xsd:double;
  dwc:maximumDepth '165.2'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107157'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2155'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '107157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.73"^^xsd:decimal ;
  dwc:decimalLongitude "15.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "165.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.73"^^xsd:decimal ;
  geo-pos:long "15.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2156'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.83'^^xsd:double;
  dwc:latitude '42.73'^^xsd:double;
  dwc:minimumDepth '165.2'^^xsd:double;
  dwc:maximumDepth '165.2'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2156'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.73"^^xsd:decimal ;
  dwc:decimalLongitude "15.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "165.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.73"^^xsd:decimal ;
  geo-pos:long "15.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2157'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.83'^^xsd:double;
  dwc:latitude '42.73'^^xsd:double;
  dwc:minimumDepth '165.2'^^xsd:double;
  dwc:maximumDepth '165.2'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2157'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.73"^^xsd:decimal ;
  dwc:decimalLongitude "15.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "165.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.73 15.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.73"^^xsd:decimal ;
  geo-pos:long "15.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2158'^^xsd:string;
  dwc:scientificName 'Macropipus tuberculatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.83'^^xsd:double;
  dwc:latitude '42.73'^^xsd:double;
  dwc:minimumDepth '165.2'^^xsd:double;
  dwc:maximumDepth '165.2'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107397'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2158'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '107397'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "15.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "174.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "174.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "15.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2138'^^xsd:string;
  dwc:scientificName 'Euspira guilleminii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.93'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '174.6'^^xsd:double;
  dwc:maximumDepth '174.6'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140531'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2138'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '140531'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "15.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "174.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "174.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "15.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2140'^^xsd:string;
  dwc:scientificName 'Fusinus rostratus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.93'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '174.6'^^xsd:double;
  dwc:maximumDepth '174.6'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139931'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2140'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '448958'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "15.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "174.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "174.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "15.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2142'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.93'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '174.6'^^xsd:double;
  dwc:maximumDepth '174.6'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2142'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "15.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "174.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "174.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "15.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2144'^^xsd:string;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.93'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '174.6'^^xsd:double;
  dwc:maximumDepth '174.6'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2144'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "15.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "174.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "174.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "15.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2143'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.93'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '174.6'^^xsd:double;
  dwc:maximumDepth '174.6'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2143'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "15.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "174.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "174.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "15.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2125'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.93'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '174.6'^^xsd:double;
  dwc:maximumDepth '174.6'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2125'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "15.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "174.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "174.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "15.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2126'^^xsd:string;
  dwc:scientificName 'Funiculina quadrangularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.93'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '174.6'^^xsd:double;
  dwc:maximumDepth '174.6'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '128506'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2126'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '128506'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "15.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "174.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "174.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "15.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2127'^^xsd:string;
  dwc:scientificName 'Pennatula phosphorea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.93'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '174.6'^^xsd:double;
  dwc:maximumDepth '174.6'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '128517'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2127'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '128517'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "15.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "174.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "174.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "15.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2131'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.93'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '174.6'^^xsd:double;
  dwc:maximumDepth '174.6'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2131'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "15.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "174.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "174.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "15.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2132'^^xsd:string;
  dwc:scientificName 'Munida intermedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.93'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '174.6'^^xsd:double;
  dwc:maximumDepth '174.6'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107157'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2132'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '107157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "15.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "174.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "174.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "15.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2133'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.93'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '174.6'^^xsd:double;
  dwc:maximumDepth '174.6'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2133'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "15.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "174.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "174.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "15.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2134'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.93'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '174.6'^^xsd:double;
  dwc:maximumDepth '174.6'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2134'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "15.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "174.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "174.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "15.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2135'^^xsd:string;
  dwc:scientificName 'Macropipus tuberculatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.93'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '174.6'^^xsd:double;
  dwc:maximumDepth '174.6'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107397'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2135'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '107397'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "15.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "174.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "174.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "15.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2136'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.93'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '174.6'^^xsd:double;
  dwc:maximumDepth '174.6'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2136'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "15.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "174.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "174.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "15.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2123'^^xsd:string;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.93'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '174.6'^^xsd:double;
  dwc:maximumDepth '174.6'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2123'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2128> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "15.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "174.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "174.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "15.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2128'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.93'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '174.6'^^xsd:double;
  dwc:maximumDepth '174.6'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2128'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "15.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "174.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "174.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "15.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2130'^^xsd:string;
  dwc:scientificName 'Pontophilus spinosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.93'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '174.6'^^xsd:double;
  dwc:maximumDepth '174.6'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107564'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2130'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '107564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "15.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "174.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "174.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 15.93)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "15.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2122'^^xsd:string;
  dwc:scientificName 'Suberites domuncula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '15.93'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '174.6'^^xsd:double;
  dwc:maximumDepth '174.6'^^xsd:double;
  dwc:occurrenceRemarks 'Ostrea (shells). The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134282'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2122'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '134282'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94"^^xsd:decimal ;
  dwc:decimalLongitude "16.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  geo-pos:lat "41.94"^^xsd:decimal ;
  geo-pos:long "16.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2197'^^xsd:string;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.2'^^xsd:double;
  dwc:latitude '41.94'^^xsd:double;
  dwc:minimumDepth '25.4'^^xsd:double;
  dwc:maximumDepth '25.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2197'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94"^^xsd:decimal ;
  dwc:decimalLongitude "16.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  geo-pos:lat "41.94"^^xsd:decimal ;
  geo-pos:long "16.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2199'^^xsd:string;
  dwc:scientificName 'Amphianthus dohrnii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.2'^^xsd:double;
  dwc:latitude '41.94'^^xsd:double;
  dwc:minimumDepth '25.4'^^xsd:double;
  dwc:maximumDepth '25.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100936'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2199'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '100936'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94"^^xsd:decimal ;
  dwc:decimalLongitude "16.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  geo-pos:lat "41.94"^^xsd:decimal ;
  geo-pos:long "16.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2200'^^xsd:string;
  dwc:scientificName 'Calliactis parasitica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.2'^^xsd:double;
  dwc:latitude '41.94'^^xsd:double;
  dwc:minimumDepth '25.4'^^xsd:double;
  dwc:maximumDepth '25.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100946'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2200'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '100946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94"^^xsd:decimal ;
  dwc:decimalLongitude "16.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  geo-pos:lat "41.94"^^xsd:decimal ;
  geo-pos:long "16.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2201'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.2'^^xsd:double;
  dwc:latitude '41.94'^^xsd:double;
  dwc:minimumDepth '25.4'^^xsd:double;
  dwc:maximumDepth '25.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2201'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94"^^xsd:decimal ;
  dwc:decimalLongitude "16.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  geo-pos:lat "41.94"^^xsd:decimal ;
  geo-pos:long "16.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2202'^^xsd:string;
  dwc:scientificName 'Sternaspis scutata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.2'^^xsd:double;
  dwc:latitude '41.94'^^xsd:double;
  dwc:minimumDepth '25.4'^^xsd:double;
  dwc:maximumDepth '25.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '131242'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2202'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '131242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94"^^xsd:decimal ;
  dwc:decimalLongitude "16.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  geo-pos:lat "41.94"^^xsd:decimal ;
  geo-pos:long "16.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2203'^^xsd:string;
  dwc:scientificName 'Squilla mantis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.2'^^xsd:double;
  dwc:latitude '41.94'^^xsd:double;
  dwc:minimumDepth '25.4'^^xsd:double;
  dwc:maximumDepth '25.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '136137'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2203'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '136137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94"^^xsd:decimal ;
  dwc:decimalLongitude "16.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  geo-pos:lat "41.94"^^xsd:decimal ;
  geo-pos:long "16.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2204'^^xsd:string;
  dwc:scientificName 'Alpheus glaber'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.2'^^xsd:double;
  dwc:latitude '41.94'^^xsd:double;
  dwc:minimumDepth '25.4'^^xsd:double;
  dwc:maximumDepth '25.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107477'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2204'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '107477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94"^^xsd:decimal ;
  dwc:decimalLongitude "16.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  geo-pos:lat "41.94"^^xsd:decimal ;
  geo-pos:long "16.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2205'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.2'^^xsd:double;
  dwc:latitude '41.94'^^xsd:double;
  dwc:minimumDepth '25.4'^^xsd:double;
  dwc:maximumDepth '25.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2205'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94"^^xsd:decimal ;
  dwc:decimalLongitude "16.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  geo-pos:lat "41.94"^^xsd:decimal ;
  geo-pos:long "16.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2206'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.2'^^xsd:double;
  dwc:latitude '41.94'^^xsd:double;
  dwc:minimumDepth '25.4'^^xsd:double;
  dwc:maximumDepth '25.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2206'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94"^^xsd:decimal ;
  dwc:decimalLongitude "16.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  geo-pos:lat "41.94"^^xsd:decimal ;
  geo-pos:long "16.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2220'^^xsd:string;
  dwc:scientificName 'Oestergrenia digitata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.2'^^xsd:double;
  dwc:latitude '41.94'^^xsd:double;
  dwc:minimumDepth '25.4'^^xsd:double;
  dwc:maximumDepth '25.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '152547'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2220'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '152547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94"^^xsd:decimal ;
  dwc:decimalLongitude "16.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  geo-pos:lat "41.94"^^xsd:decimal ;
  geo-pos:long "16.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2221'^^xsd:string;
  dwc:scientificName 'Ova canaliferus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.2'^^xsd:double;
  dwc:latitude '41.94'^^xsd:double;
  dwc:minimumDepth '25.4'^^xsd:double;
  dwc:maximumDepth '25.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '513426'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2221'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '569394'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94"^^xsd:decimal ;
  dwc:decimalLongitude "16.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  geo-pos:lat "41.94"^^xsd:decimal ;
  geo-pos:long "16.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2223'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.2'^^xsd:double;
  dwc:latitude '41.94'^^xsd:double;
  dwc:minimumDepth '25.4'^^xsd:double;
  dwc:maximumDepth '25.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2223'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94"^^xsd:decimal ;
  dwc:decimalLongitude "16.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  geo-pos:lat "41.94"^^xsd:decimal ;
  geo-pos:long "16.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2224'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.2'^^xsd:double;
  dwc:latitude '41.94'^^xsd:double;
  dwc:minimumDepth '25.4'^^xsd:double;
  dwc:maximumDepth '25.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2224'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94"^^xsd:decimal ;
  dwc:decimalLongitude "16.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  geo-pos:lat "41.94"^^xsd:decimal ;
  geo-pos:long "16.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2225'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.2'^^xsd:double;
  dwc:latitude '41.94'^^xsd:double;
  dwc:minimumDepth '25.4'^^xsd:double;
  dwc:maximumDepth '25.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2225'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94"^^xsd:decimal ;
  dwc:decimalLongitude "16.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  geo-pos:lat "41.94"^^xsd:decimal ;
  geo-pos:long "16.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2219'^^xsd:string;
  dwc:scientificName 'Leptopentacta tergestina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.2'^^xsd:double;
  dwc:latitude '41.94'^^xsd:double;
  dwc:minimumDepth '25.4'^^xsd:double;
  dwc:maximumDepth '25.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124636'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2219'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '1474379'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94"^^xsd:decimal ;
  dwc:decimalLongitude "16.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  geo-pos:lat "41.94"^^xsd:decimal ;
  geo-pos:long "16.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2207'^^xsd:string;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.2'^^xsd:double;
  dwc:latitude '41.94'^^xsd:double;
  dwc:minimumDepth '25.4'^^xsd:double;
  dwc:maximumDepth '25.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2207'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94"^^xsd:decimal ;
  dwc:decimalLongitude "16.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  geo-pos:lat "41.94"^^xsd:decimal ;
  geo-pos:long "16.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2208'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.2'^^xsd:double;
  dwc:latitude '41.94'^^xsd:double;
  dwc:minimumDepth '25.4'^^xsd:double;
  dwc:maximumDepth '25.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2208'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94"^^xsd:decimal ;
  dwc:decimalLongitude "16.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  geo-pos:lat "41.94"^^xsd:decimal ;
  geo-pos:long "16.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2209'^^xsd:string;
  dwc:scientificName 'Bolinus brandaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.2'^^xsd:double;
  dwc:latitude '41.94'^^xsd:double;
  dwc:minimumDepth '25.4'^^xsd:double;
  dwc:maximumDepth '25.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140389'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2209'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '140389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94"^^xsd:decimal ;
  dwc:decimalLongitude "16.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  geo-pos:lat "41.94"^^xsd:decimal ;
  geo-pos:long "16.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2211'^^xsd:string;
  dwc:scientificName 'Philine aperta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.2'^^xsd:double;
  dwc:latitude '41.94'^^xsd:double;
  dwc:minimumDepth '25.4'^^xsd:double;
  dwc:maximumDepth '25.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '574582'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2211'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '574582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94"^^xsd:decimal ;
  dwc:decimalLongitude "16.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  geo-pos:lat "41.94"^^xsd:decimal ;
  geo-pos:long "16.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2212'^^xsd:string;
  dwc:scientificName 'Fimbria fimbriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.2'^^xsd:double;
  dwc:latitude '41.94'^^xsd:double;
  dwc:minimumDepth '25.4'^^xsd:double;
  dwc:maximumDepth '25.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '464161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2212'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '464161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94"^^xsd:decimal ;
  dwc:decimalLongitude "16.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  geo-pos:lat "41.94"^^xsd:decimal ;
  geo-pos:long "16.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2213'^^xsd:string;
  dwc:scientificName 'Nucula sulcata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.2'^^xsd:double;
  dwc:latitude '41.94'^^xsd:double;
  dwc:minimumDepth '25.4'^^xsd:double;
  dwc:maximumDepth '25.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140592'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2213'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '140592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94"^^xsd:decimal ;
  dwc:decimalLongitude "16.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  geo-pos:lat "41.94"^^xsd:decimal ;
  geo-pos:long "16.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2215'^^xsd:string;
  dwc:scientificName 'Pteria hirundo'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.2'^^xsd:double;
  dwc:latitude '41.94'^^xsd:double;
  dwc:minimumDepth '25.4'^^xsd:double;
  dwc:maximumDepth '25.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140891'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2215'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '140891'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94"^^xsd:decimal ;
  dwc:decimalLongitude "16.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  geo-pos:lat "41.94"^^xsd:decimal ;
  geo-pos:long "16.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2216'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.2'^^xsd:double;
  dwc:latitude '41.94'^^xsd:double;
  dwc:minimumDepth '25.4'^^xsd:double;
  dwc:maximumDepth '25.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2216'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94"^^xsd:decimal ;
  dwc:decimalLongitude "16.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  geo-pos:lat "41.94"^^xsd:decimal ;
  geo-pos:long "16.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2217'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.2'^^xsd:double;
  dwc:latitude '41.94'^^xsd:double;
  dwc:minimumDepth '25.4'^^xsd:double;
  dwc:maximumDepth '25.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2217'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.94"^^xsd:decimal ;
  dwc:decimalLongitude "16.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "25.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.94 16.2)"^^geo:wktLiteral ;
  geo-pos:lat "41.94"^^xsd:decimal ;
  geo-pos:long "16.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2218'^^xsd:string;
  dwc:scientificName 'Leptopentacta elongata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.2'^^xsd:double;
  dwc:latitude '41.94'^^xsd:double;
  dwc:minimumDepth '25.4'^^xsd:double;
  dwc:maximumDepth '25.4'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124635'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2218'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '1474372'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9"^^xsd:decimal ;
  dwc:decimalLongitude "16.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  geo-pos:lat "41.9"^^xsd:decimal ;
  geo-pos:long "16.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2172'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.27'^^xsd:double;
  dwc:latitude '41.9'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2172'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9"^^xsd:decimal ;
  dwc:decimalLongitude "16.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  geo-pos:lat "41.9"^^xsd:decimal ;
  geo-pos:long "16.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2173'^^xsd:string;
  dwc:scientificName 'Sternaspis scutata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.27'^^xsd:double;
  dwc:latitude '41.9'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '131242'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2173'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '131242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9"^^xsd:decimal ;
  dwc:decimalLongitude "16.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  geo-pos:lat "41.9"^^xsd:decimal ;
  geo-pos:long "16.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2174'^^xsd:string;
  dwc:scientificName 'Squilla mantis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.27'^^xsd:double;
  dwc:latitude '41.9'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '136137'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2174'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '136137'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9"^^xsd:decimal ;
  dwc:decimalLongitude "16.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  geo-pos:lat "41.9"^^xsd:decimal ;
  geo-pos:long "16.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2175'^^xsd:string;
  dwc:scientificName 'Alpheus glaber'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.27'^^xsd:double;
  dwc:latitude '41.9'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107477'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2175'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '107477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9"^^xsd:decimal ;
  dwc:decimalLongitude "16.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  geo-pos:lat "41.9"^^xsd:decimal ;
  geo-pos:long "16.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2176'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.27'^^xsd:double;
  dwc:latitude '41.9'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2176'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9"^^xsd:decimal ;
  dwc:decimalLongitude "16.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  geo-pos:lat "41.9"^^xsd:decimal ;
  geo-pos:long "16.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2177'^^xsd:string;
  dwc:scientificName 'Goneplax rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.27'^^xsd:double;
  dwc:latitude '41.9'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107292'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2177'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '107292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9"^^xsd:decimal ;
  dwc:decimalLongitude "16.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  geo-pos:lat "41.9"^^xsd:decimal ;
  geo-pos:long "16.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2178'^^xsd:string;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.27'^^xsd:double;
  dwc:latitude '41.9'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2178'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9"^^xsd:decimal ;
  dwc:decimalLongitude "16.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  geo-pos:lat "41.9"^^xsd:decimal ;
  geo-pos:long "16.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2179'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.27'^^xsd:double;
  dwc:latitude '41.9'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2179'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9"^^xsd:decimal ;
  dwc:decimalLongitude "16.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  geo-pos:lat "41.9"^^xsd:decimal ;
  geo-pos:long "16.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2180'^^xsd:string;
  dwc:scientificName 'Bolinus brandaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.27'^^xsd:double;
  dwc:latitude '41.9'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140389'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2180'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '140389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9"^^xsd:decimal ;
  dwc:decimalLongitude "16.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  geo-pos:lat "41.9"^^xsd:decimal ;
  geo-pos:long "16.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2196'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.27'^^xsd:double;
  dwc:latitude '41.9'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2196'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9"^^xsd:decimal ;
  dwc:decimalLongitude "16.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  geo-pos:lat "41.9"^^xsd:decimal ;
  geo-pos:long "16.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2181'^^xsd:string;
  dwc:scientificName 'Hexaplex trunculus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.27'^^xsd:double;
  dwc:latitude '41.9'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140396'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2181'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '140396'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9"^^xsd:decimal ;
  dwc:decimalLongitude "16.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  geo-pos:lat "41.9"^^xsd:decimal ;
  geo-pos:long "16.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2170'^^xsd:string;
  dwc:scientificName 'Amphianthus dohrnii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.27'^^xsd:double;
  dwc:latitude '41.9'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100936'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2170'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '100936'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9"^^xsd:decimal ;
  dwc:decimalLongitude "16.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  geo-pos:lat "41.9"^^xsd:decimal ;
  geo-pos:long "16.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2169'^^xsd:string;
  dwc:scientificName 'Lytocarpia myriophyllum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.27'^^xsd:double;
  dwc:latitude '41.9'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '117302'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2169'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9"^^xsd:decimal ;
  dwc:decimalLongitude "16.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  geo-pos:lat "41.9"^^xsd:decimal ;
  geo-pos:long "16.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2182'^^xsd:string;
  dwc:scientificName 'Philine aperta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.27'^^xsd:double;
  dwc:latitude '41.9'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '574582'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2182'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '574582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9"^^xsd:decimal ;
  dwc:decimalLongitude "16.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  geo-pos:lat "41.9"^^xsd:decimal ;
  geo-pos:long "16.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2183'^^xsd:string;
  dwc:scientificName 'Fimbria fimbriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.27'^^xsd:double;
  dwc:latitude '41.9'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '464161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2183'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '464161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9"^^xsd:decimal ;
  dwc:decimalLongitude "16.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  geo-pos:lat "41.9"^^xsd:decimal ;
  geo-pos:long "16.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2185'^^xsd:string;
  dwc:scientificName 'Ostrea edulis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.27'^^xsd:double;
  dwc:latitude '41.9'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140658'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2185'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '140658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9"^^xsd:decimal ;
  dwc:decimalLongitude "16.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  geo-pos:lat "41.9"^^xsd:decimal ;
  geo-pos:long "16.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2186'^^xsd:string;
  dwc:scientificName 'Pteria hirundo'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.27'^^xsd:double;
  dwc:latitude '41.9'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140891'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2186'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '140891'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9"^^xsd:decimal ;
  dwc:decimalLongitude "16.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  geo-pos:lat "41.9"^^xsd:decimal ;
  geo-pos:long "16.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2188'^^xsd:string;
  dwc:scientificName 'Ocnus planci'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.27'^^xsd:double;
  dwc:latitude '41.9'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124647'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2188'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '124647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9"^^xsd:decimal ;
  dwc:decimalLongitude "16.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  geo-pos:lat "41.9"^^xsd:decimal ;
  geo-pos:long "16.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2189'^^xsd:string;
  dwc:scientificName 'Leptopentacta elongata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.27'^^xsd:double;
  dwc:latitude '41.9'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124635'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2189'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '1474372'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9"^^xsd:decimal ;
  dwc:decimalLongitude "16.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  geo-pos:lat "41.9"^^xsd:decimal ;
  geo-pos:long "16.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2193'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.27'^^xsd:double;
  dwc:latitude '41.9'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2193'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9"^^xsd:decimal ;
  dwc:decimalLongitude "16.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  geo-pos:lat "41.9"^^xsd:decimal ;
  geo-pos:long "16.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2194'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.27'^^xsd:double;
  dwc:latitude '41.9'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2194'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9"^^xsd:decimal ;
  dwc:decimalLongitude "16.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "32.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 16.27)"^^geo:wktLiteral ;
  geo-pos:lat "41.9"^^xsd:decimal ;
  geo-pos:long "16.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2195'^^xsd:string;
  dwc:scientificName 'Phallusia mammillata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.27'^^xsd:double;
  dwc:latitude '41.9'^^xsd:double;
  dwc:minimumDepth '32.2'^^xsd:double;
  dwc:maximumDepth '32.2'^^xsd:double;
  dwc:occurrenceRemarks 'Seaweed: Ulva rigida, Cystoseira compressa, Dictyota implexa, Hypnea musciformis, Rytiphloea tinctoria. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103724'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2195'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '103724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.04"^^xsd:decimal ;
  dwc:decimalLongitude "16.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "111.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "111.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.04"^^xsd:decimal ;
  geo-pos:long "16.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2245'^^xsd:string;
  dwc:scientificName 'Scaphander lignarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.37'^^xsd:double;
  dwc:latitude '42.04'^^xsd:double;
  dwc:minimumDepth '111.6'^^xsd:double;
  dwc:maximumDepth '111.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139488'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2245'^^xsd:string;
  dwc:observationDate '1982-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '139488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.04"^^xsd:decimal ;
  dwc:decimalLongitude "16.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "111.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "111.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.04"^^xsd:decimal ;
  geo-pos:long "16.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2246'^^xsd:string;
  dwc:scientificName 'Fimbria fimbriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.37'^^xsd:double;
  dwc:latitude '42.04'^^xsd:double;
  dwc:minimumDepth '111.6'^^xsd:double;
  dwc:maximumDepth '111.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '464161'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2246'^^xsd:string;
  dwc:observationDate '1982-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '464161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.04"^^xsd:decimal ;
  dwc:decimalLongitude "16.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "111.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "111.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.04"^^xsd:decimal ;
  geo-pos:long "16.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2247'^^xsd:string;
  dwc:scientificName 'Nucula sulcata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.37'^^xsd:double;
  dwc:latitude '42.04'^^xsd:double;
  dwc:minimumDepth '111.6'^^xsd:double;
  dwc:maximumDepth '111.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140592'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2247'^^xsd:string;
  dwc:observationDate '1982-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '140592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.04"^^xsd:decimal ;
  dwc:decimalLongitude "16.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "111.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "111.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.04"^^xsd:decimal ;
  geo-pos:long "16.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2248'^^xsd:string;
  dwc:scientificName 'Atrina pectinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.37'^^xsd:double;
  dwc:latitude '42.04'^^xsd:double;
  dwc:minimumDepth '111.6'^^xsd:double;
  dwc:maximumDepth '111.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140779'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2248'^^xsd:string;
  dwc:observationDate '1982-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '140779'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.04"^^xsd:decimal ;
  dwc:decimalLongitude "16.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "111.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "111.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.04"^^xsd:decimal ;
  geo-pos:long "16.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2249'^^xsd:string;
  dwc:scientificName 'Glossus humanus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.37'^^xsd:double;
  dwc:latitude '42.04'^^xsd:double;
  dwc:minimumDepth '111.6'^^xsd:double;
  dwc:maximumDepth '111.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2249'^^xsd:string;
  dwc:observationDate '1982-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '140023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.04"^^xsd:decimal ;
  dwc:decimalLongitude "16.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "111.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "111.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.04"^^xsd:decimal ;
  geo-pos:long "16.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2250'^^xsd:string;
  dwc:scientificName 'Abra longicallus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.37'^^xsd:double;
  dwc:latitude '42.04'^^xsd:double;
  dwc:minimumDepth '111.6'^^xsd:double;
  dwc:maximumDepth '111.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141434'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2250'^^xsd:string;
  dwc:observationDate '1982-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '141434'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.04"^^xsd:decimal ;
  dwc:decimalLongitude "16.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "111.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "111.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.04"^^xsd:decimal ;
  geo-pos:long "16.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2251'^^xsd:string;
  dwc:scientificName 'Parastichopus regalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.37'^^xsd:double;
  dwc:latitude '42.04'^^xsd:double;
  dwc:minimumDepth '111.6'^^xsd:double;
  dwc:maximumDepth '111.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '149898'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2251'^^xsd:string;
  dwc:observationDate '1982-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '149898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.04"^^xsd:decimal ;
  dwc:decimalLongitude "16.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "111.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "111.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.04"^^xsd:decimal ;
  geo-pos:long "16.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2252'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.37'^^xsd:double;
  dwc:latitude '42.04'^^xsd:double;
  dwc:minimumDepth '111.6'^^xsd:double;
  dwc:maximumDepth '111.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2252'^^xsd:string;
  dwc:observationDate '1982-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.04"^^xsd:decimal ;
  dwc:decimalLongitude "16.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "111.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "111.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.04"^^xsd:decimal ;
  geo-pos:long "16.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2253'^^xsd:string;
  dwc:scientificName 'Peltaster placenta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.37'^^xsd:double;
  dwc:latitude '42.04'^^xsd:double;
  dwc:minimumDepth '111.6'^^xsd:double;
  dwc:maximumDepth '111.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124055'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2253'^^xsd:string;
  dwc:observationDate '1982-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '124055'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.04"^^xsd:decimal ;
  dwc:decimalLongitude "16.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "111.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "111.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.04"^^xsd:decimal ;
  geo-pos:long "16.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2255'^^xsd:string;
  dwc:scientificName 'Odontaster mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.37'^^xsd:double;
  dwc:latitude '42.04'^^xsd:double;
  dwc:minimumDepth '111.6'^^xsd:double;
  dwc:maximumDepth '111.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124091'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2255'^^xsd:string;
  dwc:observationDate '1982-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '124091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.04"^^xsd:decimal ;
  dwc:decimalLongitude "16.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "111.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "111.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.04"^^xsd:decimal ;
  geo-pos:long "16.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2256'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.37'^^xsd:double;
  dwc:latitude '42.04'^^xsd:double;
  dwc:minimumDepth '111.6'^^xsd:double;
  dwc:maximumDepth '111.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2256'^^xsd:string;
  dwc:observationDate '1982-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.04"^^xsd:decimal ;
  dwc:decimalLongitude "16.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "111.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "111.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.04"^^xsd:decimal ;
  geo-pos:long "16.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2244'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.37'^^xsd:double;
  dwc:latitude '42.04'^^xsd:double;
  dwc:minimumDepth '111.6'^^xsd:double;
  dwc:maximumDepth '111.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2244'^^xsd:string;
  dwc:observationDate '1982-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.04"^^xsd:decimal ;
  dwc:decimalLongitude "16.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "111.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "111.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.04"^^xsd:decimal ;
  geo-pos:long "16.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2226'^^xsd:string;
  dwc:scientificName 'Suberites domuncula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.37'^^xsd:double;
  dwc:latitude '42.04'^^xsd:double;
  dwc:minimumDepth '111.6'^^xsd:double;
  dwc:maximumDepth '111.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134282'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2226'^^xsd:string;
  dwc:observationDate '1982-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '134282'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.04"^^xsd:decimal ;
  dwc:decimalLongitude "16.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "111.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "111.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.04"^^xsd:decimal ;
  geo-pos:long "16.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2227'^^xsd:string;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.37'^^xsd:double;
  dwc:latitude '42.04'^^xsd:double;
  dwc:minimumDepth '111.6'^^xsd:double;
  dwc:maximumDepth '111.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2227'^^xsd:string;
  dwc:observationDate '1982-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.04"^^xsd:decimal ;
  dwc:decimalLongitude "16.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "111.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "111.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.04"^^xsd:decimal ;
  geo-pos:long "16.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2228'^^xsd:string;
  dwc:scientificName 'Rhizaxinella pyrifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.37'^^xsd:double;
  dwc:latitude '42.04'^^xsd:double;
  dwc:minimumDepth '111.6'^^xsd:double;
  dwc:maximumDepth '111.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134266'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2228'^^xsd:string;
  dwc:observationDate '1982-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '134266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.04"^^xsd:decimal ;
  dwc:decimalLongitude "16.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "111.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "111.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.04"^^xsd:decimal ;
  geo-pos:long "16.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2229'^^xsd:string;
  dwc:scientificName 'Lytocarpia myriophyllum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.37'^^xsd:double;
  dwc:latitude '42.04'^^xsd:double;
  dwc:minimumDepth '111.6'^^xsd:double;
  dwc:maximumDepth '111.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '117302'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2229'^^xsd:string;
  dwc:observationDate '1982-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.04"^^xsd:decimal ;
  dwc:decimalLongitude "16.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "111.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "111.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.04"^^xsd:decimal ;
  geo-pos:long "16.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2230'^^xsd:string;
  dwc:scientificName 'Amphianthus dohrnii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.37'^^xsd:double;
  dwc:latitude '42.04'^^xsd:double;
  dwc:minimumDepth '111.6'^^xsd:double;
  dwc:maximumDepth '111.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100936'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2230'^^xsd:string;
  dwc:observationDate '1982-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '100936'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.04"^^xsd:decimal ;
  dwc:decimalLongitude "16.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "111.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "111.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.04"^^xsd:decimal ;
  geo-pos:long "16.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2231'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.37'^^xsd:double;
  dwc:latitude '42.04'^^xsd:double;
  dwc:minimumDepth '111.6'^^xsd:double;
  dwc:maximumDepth '111.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2231'^^xsd:string;
  dwc:observationDate '1982-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.04"^^xsd:decimal ;
  dwc:decimalLongitude "16.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "111.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "111.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.04"^^xsd:decimal ;
  geo-pos:long "16.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2235'^^xsd:string;
  dwc:scientificName 'Pontophilus spinosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.37'^^xsd:double;
  dwc:latitude '42.04'^^xsd:double;
  dwc:minimumDepth '111.6'^^xsd:double;
  dwc:maximumDepth '111.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107564'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2235'^^xsd:string;
  dwc:observationDate '1982-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '107564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.04"^^xsd:decimal ;
  dwc:decimalLongitude "16.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "111.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "111.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.04"^^xsd:decimal ;
  geo-pos:long "16.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2236'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.37'^^xsd:double;
  dwc:latitude '42.04'^^xsd:double;
  dwc:minimumDepth '111.6'^^xsd:double;
  dwc:maximumDepth '111.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2236'^^xsd:string;
  dwc:observationDate '1982-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.04"^^xsd:decimal ;
  dwc:decimalLongitude "16.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "111.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "111.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.04"^^xsd:decimal ;
  geo-pos:long "16.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2237'^^xsd:string;
  dwc:scientificName 'Paguristes eremita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.37'^^xsd:double;
  dwc:latitude '42.04'^^xsd:double;
  dwc:minimumDepth '111.6'^^xsd:double;
  dwc:maximumDepth '111.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2237'^^xsd:string;
  dwc:observationDate '1982-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '107200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.04"^^xsd:decimal ;
  dwc:decimalLongitude "16.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "111.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "111.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.04"^^xsd:decimal ;
  geo-pos:long "16.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2239'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.37'^^xsd:double;
  dwc:latitude '42.04'^^xsd:double;
  dwc:minimumDepth '111.6'^^xsd:double;
  dwc:maximumDepth '111.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2239'^^xsd:string;
  dwc:observationDate '1982-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.04"^^xsd:decimal ;
  dwc:decimalLongitude "16.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "111.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "111.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.04"^^xsd:decimal ;
  geo-pos:long "16.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2240'^^xsd:string;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.37'^^xsd:double;
  dwc:latitude '42.04'^^xsd:double;
  dwc:minimumDepth '111.6'^^xsd:double;
  dwc:maximumDepth '111.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2240'^^xsd:string;
  dwc:observationDate '1982-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.04"^^xsd:decimal ;
  dwc:decimalLongitude "16.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "111.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "111.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.04"^^xsd:decimal ;
  geo-pos:long "16.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2241'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.37'^^xsd:double;
  dwc:latitude '42.04'^^xsd:double;
  dwc:minimumDepth '111.6'^^xsd:double;
  dwc:maximumDepth '111.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2241'^^xsd:string;
  dwc:observationDate '1982-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.04"^^xsd:decimal ;
  dwc:decimalLongitude "16.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "111.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "111.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.04"^^xsd:decimal ;
  geo-pos:long "16.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2242'^^xsd:string;
  dwc:scientificName 'Calliostoma granulatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.37'^^xsd:double;
  dwc:latitude '42.04'^^xsd:double;
  dwc:minimumDepth '111.6'^^xsd:double;
  dwc:maximumDepth '111.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141753'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2242'^^xsd:string;
  dwc:observationDate '1982-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '141753'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.04"^^xsd:decimal ;
  dwc:decimalLongitude "16.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "111.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "111.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.04"^^xsd:decimal ;
  geo-pos:long "16.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2243'^^xsd:string;
  dwc:scientificName 'Euspira guilleminii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.37'^^xsd:double;
  dwc:latitude '42.04'^^xsd:double;
  dwc:minimumDepth '111.6'^^xsd:double;
  dwc:maximumDepth '111.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140531'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2243'^^xsd:string;
  dwc:observationDate '1982-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '140531'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.04"^^xsd:decimal ;
  dwc:decimalLongitude "16.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "111.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "111.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.04 16.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.04"^^xsd:decimal ;
  geo-pos:long "16.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2254'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.37'^^xsd:double;
  dwc:latitude '42.04'^^xsd:double;
  dwc:minimumDepth '111.6'^^xsd:double;
  dwc:maximumDepth '111.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2254'^^xsd:string;
  dwc:observationDate '1982-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "16.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "114.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "114.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "16.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2265'^^xsd:string;
  dwc:scientificName 'Processa nouveli nouveli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.46'^^xsd:double;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '114.6'^^xsd:double;
  dwc:maximumDepth '114.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '108345'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2265'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '108345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "16.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "114.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "114.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "16.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2257'^^xsd:string;
  dwc:scientificName 'Suberites domuncula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.46'^^xsd:double;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '114.6'^^xsd:double;
  dwc:maximumDepth '114.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134282'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2257'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '134282'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "16.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "114.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "114.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "16.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2258'^^xsd:string;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.46'^^xsd:double;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '114.6'^^xsd:double;
  dwc:maximumDepth '114.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2258'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "16.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "114.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "114.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "16.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2259'^^xsd:string;
  dwc:scientificName 'Rhizaxinella pyrifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.46'^^xsd:double;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '114.6'^^xsd:double;
  dwc:maximumDepth '114.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134266'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2259'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '134266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "16.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "114.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "114.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "16.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2260'^^xsd:string;
  dwc:scientificName 'Lytocarpia myriophyllum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.46'^^xsd:double;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '114.6'^^xsd:double;
  dwc:maximumDepth '114.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '117302'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2260'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "16.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "114.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "114.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "16.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2262'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.46'^^xsd:double;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '114.6'^^xsd:double;
  dwc:maximumDepth '114.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2262'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "16.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "114.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "114.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "16.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2263'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.46'^^xsd:double;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '114.6'^^xsd:double;
  dwc:maximumDepth '114.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2263'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "16.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "114.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "114.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "16.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2264'^^xsd:string;
  dwc:scientificName 'Chlorotocus crassicornis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.46'^^xsd:double;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '114.6'^^xsd:double;
  dwc:maximumDepth '114.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107642'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2264'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '107642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "16.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "114.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "114.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "16.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2285'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.46'^^xsd:double;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '114.6'^^xsd:double;
  dwc:maximumDepth '114.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2285'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "16.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "114.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "114.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "16.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2287'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.46'^^xsd:double;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '114.6'^^xsd:double;
  dwc:maximumDepth '114.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2287'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "16.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "114.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "114.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "16.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2279'^^xsd:string;
  dwc:scientificName 'Atrina pectinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.46'^^xsd:double;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '114.6'^^xsd:double;
  dwc:maximumDepth '114.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140779'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2279'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '140779'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "16.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "114.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "114.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "16.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2281'^^xsd:string;
  dwc:scientificName 'Abra longicallus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.46'^^xsd:double;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '114.6'^^xsd:double;
  dwc:maximumDepth '114.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141434'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2281'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '141434'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "16.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "114.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "114.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "16.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2266'^^xsd:string;
  dwc:scientificName 'Pontophilus spinosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.46'^^xsd:double;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '114.6'^^xsd:double;
  dwc:maximumDepth '114.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107564'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2266'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '107564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "16.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "114.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "114.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "16.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2267'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.46'^^xsd:double;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '114.6'^^xsd:double;
  dwc:maximumDepth '114.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2267'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "16.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "114.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "114.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "16.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2268'^^xsd:string;
  dwc:scientificName 'Paguristes eremita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.46'^^xsd:double;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '114.6'^^xsd:double;
  dwc:maximumDepth '114.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2268'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '107200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "16.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "114.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "114.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "16.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2269'^^xsd:string;
  dwc:scientificName 'Galathea dispersa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.46'^^xsd:double;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '114.6'^^xsd:double;
  dwc:maximumDepth '114.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107148'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2269'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '107148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "16.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "114.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "114.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "16.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2272'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.46'^^xsd:double;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '114.6'^^xsd:double;
  dwc:maximumDepth '114.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2272'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "16.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "114.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "114.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "16.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2273'^^xsd:string;
  dwc:scientificName 'Calliostoma granulatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.46'^^xsd:double;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '114.6'^^xsd:double;
  dwc:maximumDepth '114.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141753'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2273'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '141753'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "16.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "114.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "114.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "16.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2274'^^xsd:string;
  dwc:scientificName 'Euspira guilleminii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.46'^^xsd:double;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '114.6'^^xsd:double;
  dwc:maximumDepth '114.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140531'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2274'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '140531'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "16.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "114.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "114.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "16.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2278'^^xsd:string;
  dwc:scientificName 'Nucula sulcata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.46'^^xsd:double;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '114.6'^^xsd:double;
  dwc:maximumDepth '114.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140592'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2278'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '140592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "16.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "114.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "114.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "16.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2275'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.46'^^xsd:double;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '114.6'^^xsd:double;
  dwc:maximumDepth '114.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2275'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "16.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "114.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "114.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 16.46)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "16.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2276'^^xsd:string;
  dwc:scientificName 'Scaphander lignarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.46'^^xsd:double;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '114.6'^^xsd:double;
  dwc:maximumDepth '114.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139488'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2276'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '139488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.17"^^xsd:decimal ;
  dwc:decimalLongitude "16.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "179.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "179.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.17"^^xsd:decimal ;
  geo-pos:long "16.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2313'^^xsd:string;
  dwc:scientificName 'Lytocarpia myriophyllum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.65'^^xsd:double;
  dwc:latitude '42.17'^^xsd:double;
  dwc:minimumDepth '179.6'^^xsd:double;
  dwc:maximumDepth '179.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '117302'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2313'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.17"^^xsd:decimal ;
  dwc:decimalLongitude "16.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "179.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "179.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.17"^^xsd:decimal ;
  geo-pos:long "16.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2315'^^xsd:string;
  dwc:scientificName 'Hormathia coronata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.65'^^xsd:double;
  dwc:latitude '42.17'^^xsd:double;
  dwc:minimumDepth '179.6'^^xsd:double;
  dwc:maximumDepth '179.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100950'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2315'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '100950'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.17"^^xsd:decimal ;
  dwc:decimalLongitude "16.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "179.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "179.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.17"^^xsd:decimal ;
  geo-pos:long "16.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2316'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.65'^^xsd:double;
  dwc:latitude '42.17'^^xsd:double;
  dwc:minimumDepth '179.6'^^xsd:double;
  dwc:maximumDepth '179.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2316'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.17"^^xsd:decimal ;
  dwc:decimalLongitude "16.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "179.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "179.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.17"^^xsd:decimal ;
  geo-pos:long "16.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2317'^^xsd:string;
  dwc:scientificName 'Chlorotocus crassicornis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.65'^^xsd:double;
  dwc:latitude '42.17'^^xsd:double;
  dwc:minimumDepth '179.6'^^xsd:double;
  dwc:maximumDepth '179.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107642'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2317'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '107642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.17"^^xsd:decimal ;
  dwc:decimalLongitude "16.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "179.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "179.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.17"^^xsd:decimal ;
  geo-pos:long "16.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2318'^^xsd:string;
  dwc:scientificName 'Processa nouveli nouveli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.65'^^xsd:double;
  dwc:latitude '42.17'^^xsd:double;
  dwc:minimumDepth '179.6'^^xsd:double;
  dwc:maximumDepth '179.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '108345'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2318'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '108345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.17"^^xsd:decimal ;
  dwc:decimalLongitude "16.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "179.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "179.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.17"^^xsd:decimal ;
  geo-pos:long "16.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2319'^^xsd:string;
  dwc:scientificName 'Pagurus alatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.65'^^xsd:double;
  dwc:latitude '42.17'^^xsd:double;
  dwc:minimumDepth '179.6'^^xsd:double;
  dwc:maximumDepth '179.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107230'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2319'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '107230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.17"^^xsd:decimal ;
  dwc:decimalLongitude "16.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "179.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "179.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.17"^^xsd:decimal ;
  geo-pos:long "16.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2320'^^xsd:string;
  dwc:scientificName 'Derilambrus angulifrons'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.65'^^xsd:double;
  dwc:latitude '42.17'^^xsd:double;
  dwc:minimumDepth '179.6'^^xsd:double;
  dwc:maximumDepth '179.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '442260'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2320'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '442260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.17"^^xsd:decimal ;
  dwc:decimalLongitude "16.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "179.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "179.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.17"^^xsd:decimal ;
  geo-pos:long "16.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2321'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.65'^^xsd:double;
  dwc:latitude '42.17'^^xsd:double;
  dwc:minimumDepth '179.6'^^xsd:double;
  dwc:maximumDepth '179.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2321'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.17"^^xsd:decimal ;
  dwc:decimalLongitude "16.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "179.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "179.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.17"^^xsd:decimal ;
  geo-pos:long "16.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2322'^^xsd:string;
  dwc:scientificName 'Calliostoma granulatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.65'^^xsd:double;
  dwc:latitude '42.17'^^xsd:double;
  dwc:minimumDepth '179.6'^^xsd:double;
  dwc:maximumDepth '179.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141753'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2322'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '141753'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.17"^^xsd:decimal ;
  dwc:decimalLongitude "16.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "179.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "179.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.17"^^xsd:decimal ;
  geo-pos:long "16.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2324'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.65'^^xsd:double;
  dwc:latitude '42.17'^^xsd:double;
  dwc:minimumDepth '179.6'^^xsd:double;
  dwc:maximumDepth '179.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2324'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.17"^^xsd:decimal ;
  dwc:decimalLongitude "16.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "179.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "179.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.17"^^xsd:decimal ;
  geo-pos:long "16.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2311'^^xsd:string;
  dwc:scientificName 'Suberites domuncula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.65'^^xsd:double;
  dwc:latitude '42.17'^^xsd:double;
  dwc:minimumDepth '179.6'^^xsd:double;
  dwc:maximumDepth '179.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134282'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2311'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '134282'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.17"^^xsd:decimal ;
  dwc:decimalLongitude "16.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "179.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "179.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.17"^^xsd:decimal ;
  geo-pos:long "16.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2325'^^xsd:string;
  dwc:scientificName 'Scaphander lignarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.65'^^xsd:double;
  dwc:latitude '42.17'^^xsd:double;
  dwc:minimumDepth '179.6'^^xsd:double;
  dwc:maximumDepth '179.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139488'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2325'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '139488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.17"^^xsd:decimal ;
  dwc:decimalLongitude "16.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "179.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "179.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.17"^^xsd:decimal ;
  geo-pos:long "16.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2326'^^xsd:string;
  dwc:scientificName 'Atrina pectinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.65'^^xsd:double;
  dwc:latitude '42.17'^^xsd:double;
  dwc:minimumDepth '179.6'^^xsd:double;
  dwc:maximumDepth '179.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140779'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2326'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '140779'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.17"^^xsd:decimal ;
  dwc:decimalLongitude "16.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "179.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "179.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.17"^^xsd:decimal ;
  geo-pos:long "16.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2327'^^xsd:string;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.65'^^xsd:double;
  dwc:latitude '42.17'^^xsd:double;
  dwc:minimumDepth '179.6'^^xsd:double;
  dwc:maximumDepth '179.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2327'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.17"^^xsd:decimal ;
  dwc:decimalLongitude "16.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "179.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "179.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.17"^^xsd:decimal ;
  geo-pos:long "16.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2328'^^xsd:string;
  dwc:scientificName 'Echinus melo'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.65'^^xsd:double;
  dwc:latitude '42.17'^^xsd:double;
  dwc:minimumDepth '179.6'^^xsd:double;
  dwc:maximumDepth '179.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124294'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2328'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '124294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.17"^^xsd:decimal ;
  dwc:decimalLongitude "16.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "179.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "179.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.17"^^xsd:decimal ;
  geo-pos:long "16.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2330'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.65'^^xsd:double;
  dwc:latitude '42.17'^^xsd:double;
  dwc:minimumDepth '179.6'^^xsd:double;
  dwc:maximumDepth '179.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2330'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.17"^^xsd:decimal ;
  dwc:decimalLongitude "16.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "179.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "179.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.17"^^xsd:decimal ;
  geo-pos:long "16.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2331'^^xsd:string;
  dwc:scientificName 'Luidia sarsii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.65'^^xsd:double;
  dwc:latitude '42.17'^^xsd:double;
  dwc:minimumDepth '179.6'^^xsd:double;
  dwc:maximumDepth '179.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123922'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2331'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '123922'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.17"^^xsd:decimal ;
  dwc:decimalLongitude "16.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "179.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "179.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.17"^^xsd:decimal ;
  geo-pos:long "16.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2332'^^xsd:string;
  dwc:scientificName 'Odontaster mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.65'^^xsd:double;
  dwc:latitude '42.17'^^xsd:double;
  dwc:minimumDepth '179.6'^^xsd:double;
  dwc:maximumDepth '179.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124091'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2332'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '124091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.17"^^xsd:decimal ;
  dwc:decimalLongitude "16.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "179.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "179.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.17"^^xsd:decimal ;
  geo-pos:long "16.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2333'^^xsd:string;
  dwc:scientificName 'Microcosmus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.65'^^xsd:double;
  dwc:latitude '42.17'^^xsd:double;
  dwc:minimumDepth '179.6'^^xsd:double;
  dwc:maximumDepth '179.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '103846'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2333'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '103846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.17"^^xsd:decimal ;
  dwc:decimalLongitude "16.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "179.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "179.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.17"^^xsd:decimal ;
  geo-pos:long "16.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2312'^^xsd:string;
  dwc:scientificName 'Rhizaxinella pyrifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.65'^^xsd:double;
  dwc:latitude '42.17'^^xsd:double;
  dwc:minimumDepth '179.6'^^xsd:double;
  dwc:maximumDepth '179.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134266'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2312'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '134266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.17"^^xsd:decimal ;
  dwc:decimalLongitude "16.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "179.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "179.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.17 16.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.17"^^xsd:decimal ;
  geo-pos:long "16.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2314'^^xsd:string;
  dwc:scientificName 'Amphianthus dohrnii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.65'^^xsd:double;
  dwc:latitude '42.17'^^xsd:double;
  dwc:minimumDepth '179.6'^^xsd:double;
  dwc:maximumDepth '179.6'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100936'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2314'^^xsd:string;
  dwc:observationDate '1982-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '100936'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.16"^^xsd:decimal ;
  dwc:decimalLongitude "16.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "180"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  geo-pos:lat "42.16"^^xsd:decimal ;
  geo-pos:long "16.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2309'^^xsd:string;
  dwc:scientificName 'Odontaster mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.67'^^xsd:double;
  dwc:latitude '42.16'^^xsd:double;
  dwc:minimumDepth '180'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124091'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2309'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '124091'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.16"^^xsd:decimal ;
  dwc:decimalLongitude "16.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "180"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  geo-pos:lat "42.16"^^xsd:decimal ;
  geo-pos:long "16.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2307'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.67'^^xsd:double;
  dwc:latitude '42.16'^^xsd:double;
  dwc:minimumDepth '180'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2307'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.16"^^xsd:decimal ;
  dwc:decimalLongitude "16.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "180"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  geo-pos:lat "42.16"^^xsd:decimal ;
  geo-pos:long "16.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2303'^^xsd:string;
  dwc:scientificName 'Atrina pectinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.67'^^xsd:double;
  dwc:latitude '42.16'^^xsd:double;
  dwc:minimumDepth '180'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140779'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2303'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '140779'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2304> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.16"^^xsd:decimal ;
  dwc:decimalLongitude "16.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "180"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  geo-pos:lat "42.16"^^xsd:decimal ;
  geo-pos:long "16.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2304'^^xsd:string;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.67'^^xsd:double;
  dwc:latitude '42.16'^^xsd:double;
  dwc:minimumDepth '180'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2304'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.16"^^xsd:decimal ;
  dwc:decimalLongitude "16.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "180"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  geo-pos:lat "42.16"^^xsd:decimal ;
  geo-pos:long "16.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2305'^^xsd:string;
  dwc:scientificName 'Echinus melo'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.67'^^xsd:double;
  dwc:latitude '42.16'^^xsd:double;
  dwc:minimumDepth '180'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124294'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2305'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '124294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.16"^^xsd:decimal ;
  dwc:decimalLongitude "16.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "180"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  geo-pos:lat "42.16"^^xsd:decimal ;
  geo-pos:long "16.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2306'^^xsd:string;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.67'^^xsd:double;
  dwc:latitude '42.16'^^xsd:double;
  dwc:minimumDepth '180'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2306'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.16"^^xsd:decimal ;
  dwc:decimalLongitude "16.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "180"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  geo-pos:lat "42.16"^^xsd:decimal ;
  geo-pos:long "16.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2296'^^xsd:string;
  dwc:scientificName 'Pagurus alatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.67'^^xsd:double;
  dwc:latitude '42.16'^^xsd:double;
  dwc:minimumDepth '180'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107230'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2296'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '107230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.16"^^xsd:decimal ;
  dwc:decimalLongitude "16.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "180"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  geo-pos:lat "42.16"^^xsd:decimal ;
  geo-pos:long "16.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2288'^^xsd:string;
  dwc:scientificName 'Suberites domuncula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.67'^^xsd:double;
  dwc:latitude '42.16'^^xsd:double;
  dwc:minimumDepth '180'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134282'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2288'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '134282'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.16"^^xsd:decimal ;
  dwc:decimalLongitude "16.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "180"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  geo-pos:lat "42.16"^^xsd:decimal ;
  geo-pos:long "16.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2289'^^xsd:string;
  dwc:scientificName 'Rhizaxinella pyrifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.67'^^xsd:double;
  dwc:latitude '42.16'^^xsd:double;
  dwc:minimumDepth '180'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134266'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2289'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '134266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.16"^^xsd:decimal ;
  dwc:decimalLongitude "16.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "180"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  geo-pos:lat "42.16"^^xsd:decimal ;
  geo-pos:long "16.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2290'^^xsd:string;
  dwc:scientificName 'Lytocarpia myriophyllum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.67'^^xsd:double;
  dwc:latitude '42.16'^^xsd:double;
  dwc:minimumDepth '180'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '117302'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2290'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.16"^^xsd:decimal ;
  dwc:decimalLongitude "16.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "180"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  geo-pos:lat "42.16"^^xsd:decimal ;
  geo-pos:long "16.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2291'^^xsd:string;
  dwc:scientificName 'Amphianthus dohrnii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.67'^^xsd:double;
  dwc:latitude '42.16'^^xsd:double;
  dwc:minimumDepth '180'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100936'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2291'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '100936'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.16"^^xsd:decimal ;
  dwc:decimalLongitude "16.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "180"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  geo-pos:lat "42.16"^^xsd:decimal ;
  geo-pos:long "16.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2293'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.67'^^xsd:double;
  dwc:latitude '42.16'^^xsd:double;
  dwc:minimumDepth '180'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2293'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.16"^^xsd:decimal ;
  dwc:decimalLongitude "16.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "180"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  geo-pos:lat "42.16"^^xsd:decimal ;
  geo-pos:long "16.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2298'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.67'^^xsd:double;
  dwc:latitude '42.16'^^xsd:double;
  dwc:minimumDepth '180'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2298'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.16"^^xsd:decimal ;
  dwc:decimalLongitude "16.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "180"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  geo-pos:lat "42.16"^^xsd:decimal ;
  geo-pos:long "16.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2299'^^xsd:string;
  dwc:scientificName 'Calliostoma granulatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.67'^^xsd:double;
  dwc:latitude '42.16'^^xsd:double;
  dwc:minimumDepth '180'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141753'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2299'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '141753'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.16"^^xsd:decimal ;
  dwc:decimalLongitude "16.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "180"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  geo-pos:lat "42.16"^^xsd:decimal ;
  geo-pos:long "16.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2300'^^xsd:string;
  dwc:scientificName 'Euspira guilleminii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.67'^^xsd:double;
  dwc:latitude '42.16'^^xsd:double;
  dwc:minimumDepth '180'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140531'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2300'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '140531'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.16"^^xsd:decimal ;
  dwc:decimalLongitude "16.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "180"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  geo-pos:lat "42.16"^^xsd:decimal ;
  geo-pos:long "16.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2301'^^xsd:string;
  dwc:scientificName 'Galeodea echinophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.67'^^xsd:double;
  dwc:latitude '42.16'^^xsd:double;
  dwc:minimumDepth '180'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139023'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2301'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '139023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.16"^^xsd:decimal ;
  dwc:decimalLongitude "16.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "180"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.16 16.67)"^^geo:wktLiteral ;
  geo-pos:lat "42.16"^^xsd:decimal ;
  geo-pos:long "16.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2302'^^xsd:string;
  dwc:scientificName 'Scaphander lignarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.67'^^xsd:double;
  dwc:latitude '42.16'^^xsd:double;
  dwc:minimumDepth '180'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139488'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2302'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '139488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.32"^^xsd:decimal ;
  dwc:decimalLongitude "16.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "231.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "231.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.32"^^xsd:decimal ;
  geo-pos:long "16.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2351'^^xsd:string;
  dwc:scientificName 'Scaphander lignarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.77'^^xsd:double;
  dwc:latitude '42.32'^^xsd:double;
  dwc:minimumDepth '231.2'^^xsd:double;
  dwc:maximumDepth '231.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139488'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2351'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '139488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.32"^^xsd:decimal ;
  dwc:decimalLongitude "16.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "231.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "231.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.32"^^xsd:decimal ;
  geo-pos:long "16.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2352'^^xsd:string;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.77'^^xsd:double;
  dwc:latitude '42.32'^^xsd:double;
  dwc:minimumDepth '231.2'^^xsd:double;
  dwc:maximumDepth '231.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2352'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.32"^^xsd:decimal ;
  dwc:decimalLongitude "16.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "231.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "231.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.32"^^xsd:decimal ;
  geo-pos:long "16.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2353'^^xsd:string;
  dwc:scientificName 'Echinus melo'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.77'^^xsd:double;
  dwc:latitude '42.32'^^xsd:double;
  dwc:minimumDepth '231.2'^^xsd:double;
  dwc:maximumDepth '231.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124294'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2353'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '124294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.32"^^xsd:decimal ;
  dwc:decimalLongitude "16.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "231.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "231.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.32"^^xsd:decimal ;
  geo-pos:long "16.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2354'^^xsd:string;
  dwc:scientificName 'Spatangus purpureus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.77'^^xsd:double;
  dwc:latitude '42.32'^^xsd:double;
  dwc:minimumDepth '231.2'^^xsd:double;
  dwc:maximumDepth '231.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124418'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2354'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '124418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.32"^^xsd:decimal ;
  dwc:decimalLongitude "16.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "231.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "231.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.32"^^xsd:decimal ;
  geo-pos:long "16.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2356'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.77'^^xsd:double;
  dwc:latitude '42.32'^^xsd:double;
  dwc:minimumDepth '231.2'^^xsd:double;
  dwc:maximumDepth '231.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2356'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.32"^^xsd:decimal ;
  dwc:decimalLongitude "16.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "231.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "231.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.32"^^xsd:decimal ;
  geo-pos:long "16.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2357'^^xsd:string;
  dwc:scientificName 'Luidia sarsii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.77'^^xsd:double;
  dwc:latitude '42.32'^^xsd:double;
  dwc:minimumDepth '231.2'^^xsd:double;
  dwc:maximumDepth '231.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123922'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2357'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '123922'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.32"^^xsd:decimal ;
  dwc:decimalLongitude "16.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "231.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "231.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.32"^^xsd:decimal ;
  geo-pos:long "16.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2358'^^xsd:string;
  dwc:scientificName 'Sclerasterias neglecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.77'^^xsd:double;
  dwc:latitude '42.32'^^xsd:double;
  dwc:minimumDepth '231.2'^^xsd:double;
  dwc:maximumDepth '231.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123805'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2358'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '123805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.32"^^xsd:decimal ;
  dwc:decimalLongitude "16.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "231.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "231.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.32"^^xsd:decimal ;
  geo-pos:long "16.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2337'^^xsd:string;
  dwc:scientificName 'Hormathia coronata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.77'^^xsd:double;
  dwc:latitude '42.32'^^xsd:double;
  dwc:minimumDepth '231.2'^^xsd:double;
  dwc:maximumDepth '231.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100950'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2337'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '100950'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.32"^^xsd:decimal ;
  dwc:decimalLongitude "16.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "231.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "231.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.32"^^xsd:decimal ;
  geo-pos:long "16.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2340'^^xsd:string;
  dwc:scientificName 'Parapenaeus longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.77'^^xsd:double;
  dwc:latitude '42.32'^^xsd:double;
  dwc:minimumDepth '231.2'^^xsd:double;
  dwc:maximumDepth '231.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107109'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2340'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '107109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.32"^^xsd:decimal ;
  dwc:decimalLongitude "16.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "231.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "231.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.32"^^xsd:decimal ;
  geo-pos:long "16.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2341'^^xsd:string;
  dwc:scientificName 'Chlorotocus crassicornis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.77'^^xsd:double;
  dwc:latitude '42.32'^^xsd:double;
  dwc:minimumDepth '231.2'^^xsd:double;
  dwc:maximumDepth '231.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107642'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2341'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '107642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.32"^^xsd:decimal ;
  dwc:decimalLongitude "16.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "231.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "231.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.32"^^xsd:decimal ;
  geo-pos:long "16.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2342'^^xsd:string;
  dwc:scientificName 'Alpheus glaber'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.77'^^xsd:double;
  dwc:latitude '42.32'^^xsd:double;
  dwc:minimumDepth '231.2'^^xsd:double;
  dwc:maximumDepth '231.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107477'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2342'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '107477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.32"^^xsd:decimal ;
  dwc:decimalLongitude "16.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "231.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "231.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.32"^^xsd:decimal ;
  geo-pos:long "16.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2343'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.77'^^xsd:double;
  dwc:latitude '42.32'^^xsd:double;
  dwc:minimumDepth '231.2'^^xsd:double;
  dwc:maximumDepth '231.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2343'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.32"^^xsd:decimal ;
  dwc:decimalLongitude "16.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "231.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "231.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.32"^^xsd:decimal ;
  geo-pos:long "16.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2344'^^xsd:string;
  dwc:scientificName 'Pagurus alatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.77'^^xsd:double;
  dwc:latitude '42.32'^^xsd:double;
  dwc:minimumDepth '231.2'^^xsd:double;
  dwc:maximumDepth '231.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107230'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2344'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '107230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.32"^^xsd:decimal ;
  dwc:decimalLongitude "16.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "231.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "231.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.32"^^xsd:decimal ;
  geo-pos:long "16.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2345'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.77'^^xsd:double;
  dwc:latitude '42.32'^^xsd:double;
  dwc:minimumDepth '231.2'^^xsd:double;
  dwc:maximumDepth '231.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2345'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.32"^^xsd:decimal ;
  dwc:decimalLongitude "16.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "231.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "231.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.32"^^xsd:decimal ;
  geo-pos:long "16.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2346'^^xsd:string;
  dwc:scientificName 'Anamathia rissoana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.77'^^xsd:double;
  dwc:latitude '42.32'^^xsd:double;
  dwc:minimumDepth '231.2'^^xsd:double;
  dwc:maximumDepth '231.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '441513'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2346'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '441513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.32"^^xsd:decimal ;
  dwc:decimalLongitude "16.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "231.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "231.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.32"^^xsd:decimal ;
  geo-pos:long "16.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2347'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.77'^^xsd:double;
  dwc:latitude '42.32'^^xsd:double;
  dwc:minimumDepth '231.2'^^xsd:double;
  dwc:maximumDepth '231.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2347'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.32"^^xsd:decimal ;
  dwc:decimalLongitude "16.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "231.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "231.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.32"^^xsd:decimal ;
  geo-pos:long "16.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2348'^^xsd:string;
  dwc:scientificName 'Macropipus tuberculatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.77'^^xsd:double;
  dwc:latitude '42.32'^^xsd:double;
  dwc:minimumDepth '231.2'^^xsd:double;
  dwc:maximumDepth '231.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107397'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2348'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '107397'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.32"^^xsd:decimal ;
  dwc:decimalLongitude "16.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "231.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "231.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.32"^^xsd:decimal ;
  geo-pos:long "16.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2349'^^xsd:string;
  dwc:scientificName 'Euspira guilleminii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.77'^^xsd:double;
  dwc:latitude '42.32'^^xsd:double;
  dwc:minimumDepth '231.2'^^xsd:double;
  dwc:maximumDepth '231.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '140531'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2349'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '140531'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.32"^^xsd:decimal ;
  dwc:decimalLongitude "16.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "231.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "231.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 16.77)"^^geo:wktLiteral ;
  geo-pos:lat "42.32"^^xsd:decimal ;
  geo-pos:long "16.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2334'^^xsd:string;
  dwc:scientificName 'Amphianthus dohrnii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.77'^^xsd:double;
  dwc:latitude '42.32'^^xsd:double;
  dwc:minimumDepth '231.2'^^xsd:double;
  dwc:maximumDepth '231.2'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100936'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2334'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '100936'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "16.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "252.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "252.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "16.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2372'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.79'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '252.8'^^xsd:double;
  dwc:maximumDepth '252.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2372'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "16.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "252.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "252.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "16.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2362'^^xsd:string;
  dwc:scientificName 'Hormathia coronata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.79'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '252.8'^^xsd:double;
  dwc:maximumDepth '252.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100950'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2362'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '100950'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "16.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "252.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "252.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "16.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2363'^^xsd:string;
  dwc:scientificName 'Pennatula phosphorea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.79'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '252.8'^^xsd:double;
  dwc:maximumDepth '252.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '128517'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2363'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '128517'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "16.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "252.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "252.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "16.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2364'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.79'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '252.8'^^xsd:double;
  dwc:maximumDepth '252.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2364'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "16.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "252.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "252.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "16.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2365'^^xsd:string;
  dwc:scientificName 'Parapenaeus longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.79'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '252.8'^^xsd:double;
  dwc:maximumDepth '252.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107109'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2365'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '107109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "16.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "252.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "252.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "16.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2366'^^xsd:string;
  dwc:scientificName 'Chlorotocus crassicornis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.79'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '252.8'^^xsd:double;
  dwc:maximumDepth '252.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107642'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2366'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '107642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "16.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "252.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "252.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "16.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2368'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.79'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '252.8'^^xsd:double;
  dwc:maximumDepth '252.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2368'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "16.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "252.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "252.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "16.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2369'^^xsd:string;
  dwc:scientificName 'Pagurus alatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.79'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '252.8'^^xsd:double;
  dwc:maximumDepth '252.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107230'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2369'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '107230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "16.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "252.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "252.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "16.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2370'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.79'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '252.8'^^xsd:double;
  dwc:maximumDepth '252.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2370'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "16.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "252.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "252.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "16.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2371'^^xsd:string;
  dwc:scientificName 'Anamathia rissoana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.79'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '252.8'^^xsd:double;
  dwc:maximumDepth '252.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '441513'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2371'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '441513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "16.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "252.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "252.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "16.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2377'^^xsd:string;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.79'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '252.8'^^xsd:double;
  dwc:maximumDepth '252.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2377'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "16.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "252.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "252.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "16.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2378'^^xsd:string;
  dwc:scientificName 'Echinus melo'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.79'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '252.8'^^xsd:double;
  dwc:maximumDepth '252.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124294'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2378'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '124294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "16.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "252.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "252.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "16.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2380'^^xsd:string;
  dwc:scientificName 'Peltaster placenta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.79'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '252.8'^^xsd:double;
  dwc:maximumDepth '252.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124055'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2380'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '124055'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "16.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "252.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "252.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "16.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2381'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.79'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '252.8'^^xsd:double;
  dwc:maximumDepth '252.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2381'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "16.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "252.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "252.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "16.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2382'^^xsd:string;
  dwc:scientificName 'Luidia sarsii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.79'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '252.8'^^xsd:double;
  dwc:maximumDepth '252.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123922'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2382'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '123922'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "16.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "252.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "252.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "16.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2383'^^xsd:string;
  dwc:scientificName 'Sclerasterias neglecta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.79'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '252.8'^^xsd:double;
  dwc:maximumDepth '252.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123805'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2383'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '123805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "16.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "252.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "252.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "16.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2373'^^xsd:string;
  dwc:scientificName 'Macropipus tuberculatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.79'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '252.8'^^xsd:double;
  dwc:maximumDepth '252.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107397'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2373'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '107397'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "16.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "252.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "252.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "16.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2375'^^xsd:string;
  dwc:scientificName 'Ranella olearium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.79'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '252.8'^^xsd:double;
  dwc:maximumDepth '252.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141115'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2375'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "16.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "252.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "252.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "16.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2376'^^xsd:string;
  dwc:scientificName 'Scaphander lignarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.79'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '252.8'^^xsd:double;
  dwc:maximumDepth '252.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139488'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2376'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '139488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "16.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "252.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "252.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "16.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2359'^^xsd:string;
  dwc:scientificName 'Amphianthus dohrnii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.79'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '252.8'^^xsd:double;
  dwc:maximumDepth '252.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100936'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2359'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '100936'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "16.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "252.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "252.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "16.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2360'^^xsd:string;
  dwc:scientificName 'Alcyonium palmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.79'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '252.8'^^xsd:double;
  dwc:maximumDepth '252.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125334'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2360'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '125334'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "16.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "252.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "252.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 16.79)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "16.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2361'^^xsd:string;
  dwc:scientificName 'Funiculina quadrangularis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.79'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:minimumDepth '252.8'^^xsd:double;
  dwc:maximumDepth '252.8'^^xsd:double;
  dwc:occurrenceRemarks 'The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '128506'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2361'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '128506'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41"^^xsd:decimal ;
  dwc:decimalLongitude "16.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  geo-pos:lat "42.41"^^xsd:decimal ;
  geo-pos:long "16.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2412'^^xsd:string;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.92'^^xsd:double;
  dwc:latitude '42.41'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2412'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41"^^xsd:decimal ;
  dwc:decimalLongitude "16.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  geo-pos:lat "42.41"^^xsd:decimal ;
  geo-pos:long "16.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2413'^^xsd:string;
  dwc:scientificName 'Echinus melo'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.92'^^xsd:double;
  dwc:latitude '42.41'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124294'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2413'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '124294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41"^^xsd:decimal ;
  dwc:decimalLongitude "16.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  geo-pos:lat "42.41"^^xsd:decimal ;
  geo-pos:long "16.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2414'^^xsd:string;
  dwc:scientificName 'Hymenodiscus coronata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.92'^^xsd:double;
  dwc:latitude '42.41'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '381759'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2414'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '381759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41"^^xsd:decimal ;
  dwc:decimalLongitude "16.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  geo-pos:lat "42.41"^^xsd:decimal ;
  geo-pos:long "16.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2415'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.92'^^xsd:double;
  dwc:latitude '42.41'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2415'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41"^^xsd:decimal ;
  dwc:decimalLongitude "16.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  geo-pos:lat "42.41"^^xsd:decimal ;
  geo-pos:long "16.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2416'^^xsd:string;
  dwc:scientificName 'Luidia sarsii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.92'^^xsd:double;
  dwc:latitude '42.41'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123922'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2416'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '123922'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41"^^xsd:decimal ;
  dwc:decimalLongitude "16.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  geo-pos:lat "42.41"^^xsd:decimal ;
  geo-pos:long "16.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2417'^^xsd:string;
  dwc:scientificName 'Mesothuria intestinalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.92'^^xsd:double;
  dwc:latitude '42.41'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '816800'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2417'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '816800'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41"^^xsd:decimal ;
  dwc:decimalLongitude "16.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  geo-pos:lat "42.41"^^xsd:decimal ;
  geo-pos:long "16.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2400'^^xsd:string;
  dwc:scientificName 'Munida intermedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.92'^^xsd:double;
  dwc:latitude '42.41'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107157'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2400'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '107157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41"^^xsd:decimal ;
  dwc:decimalLongitude "16.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  geo-pos:lat "42.41"^^xsd:decimal ;
  geo-pos:long "16.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2387'^^xsd:string;
  dwc:scientificName 'Caryophyllia (Caryophyllia) smithii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.92'^^xsd:double;
  dwc:latitude '42.41'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2387'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41"^^xsd:decimal ;
  dwc:decimalLongitude "16.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  geo-pos:lat "42.41"^^xsd:decimal ;
  geo-pos:long "16.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2388'^^xsd:string;
  dwc:scientificName 'Hormathia coronata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.92'^^xsd:double;
  dwc:latitude '42.41'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100950'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2388'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '100950'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41"^^xsd:decimal ;
  dwc:decimalLongitude "16.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  geo-pos:lat "42.41"^^xsd:decimal ;
  geo-pos:long "16.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2389'^^xsd:string;
  dwc:scientificName 'Scalpellum scalpellum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.92'^^xsd:double;
  dwc:latitude '42.41'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '106204'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2389'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '106204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41"^^xsd:decimal ;
  dwc:decimalLongitude "16.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  geo-pos:lat "42.41"^^xsd:decimal ;
  geo-pos:long "16.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2391'^^xsd:string;
  dwc:scientificName 'Plesionika spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.92'^^xsd:double;
  dwc:latitude '42.41'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107046'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2391'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '107046'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2392> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41"^^xsd:decimal ;
  dwc:decimalLongitude "16.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  geo-pos:lat "42.41"^^xsd:decimal ;
  geo-pos:long "16.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2392'^^xsd:string;
  dwc:scientificName 'Parapenaeus longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.92'^^xsd:double;
  dwc:latitude '42.41'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107109'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2392'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '107109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41"^^xsd:decimal ;
  dwc:decimalLongitude "16.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  geo-pos:lat "42.41"^^xsd:decimal ;
  geo-pos:long "16.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2393'^^xsd:string;
  dwc:scientificName 'Pasiphaea sivado'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.92'^^xsd:double;
  dwc:latitude '42.41'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107677'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2393'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '107677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41"^^xsd:decimal ;
  dwc:decimalLongitude "16.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  geo-pos:lat "42.41"^^xsd:decimal ;
  geo-pos:long "16.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2395'^^xsd:string;
  dwc:scientificName 'Processa nouveli nouveli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.92'^^xsd:double;
  dwc:latitude '42.41'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '108345'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2395'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '108345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41"^^xsd:decimal ;
  dwc:decimalLongitude "16.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  geo-pos:lat "42.41"^^xsd:decimal ;
  geo-pos:long "16.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2396'^^xsd:string;
  dwc:scientificName 'Polycheles typhlops'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.92'^^xsd:double;
  dwc:latitude '42.41'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107696'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2396'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '107696'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41"^^xsd:decimal ;
  dwc:decimalLongitude "16.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  geo-pos:lat "42.41"^^xsd:decimal ;
  geo-pos:long "16.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2397'^^xsd:string;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.92'^^xsd:double;
  dwc:latitude '42.41'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2397'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41"^^xsd:decimal ;
  dwc:decimalLongitude "16.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  geo-pos:lat "42.41"^^xsd:decimal ;
  geo-pos:long "16.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2384'^^xsd:string;
  dwc:scientificName 'Geodia cydonium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.92'^^xsd:double;
  dwc:latitude '42.41'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134025'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2384'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '134025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41"^^xsd:decimal ;
  dwc:decimalLongitude "16.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  geo-pos:lat "42.41"^^xsd:decimal ;
  geo-pos:long "16.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2411'^^xsd:string;
  dwc:scientificName 'Gryphus vitreus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.92'^^xsd:double;
  dwc:latitude '42.41'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '104068'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2411'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '104068'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41"^^xsd:decimal ;
  dwc:decimalLongitude "16.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  geo-pos:lat "42.41"^^xsd:decimal ;
  geo-pos:long "16.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2402'^^xsd:string;
  dwc:scientificName 'Anamathia rissoana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.92'^^xsd:double;
  dwc:latitude '42.41'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '441513'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2402'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '441513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41"^^xsd:decimal ;
  dwc:decimalLongitude "16.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  geo-pos:lat "42.41"^^xsd:decimal ;
  geo-pos:long "16.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2403'^^xsd:string;
  dwc:scientificName 'Monodaeus couchii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.92'^^xsd:double;
  dwc:latitude '42.41'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '241154'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2403'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '241154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41"^^xsd:decimal ;
  dwc:decimalLongitude "16.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  geo-pos:lat "42.41"^^xsd:decimal ;
  geo-pos:long "16.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2404'^^xsd:string;
  dwc:scientificName 'Derilambrus angulifrons'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.92'^^xsd:double;
  dwc:latitude '42.41'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '442260'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2404'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '442260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41"^^xsd:decimal ;
  dwc:decimalLongitude "16.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  geo-pos:lat "42.41"^^xsd:decimal ;
  geo-pos:long "16.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2405'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.92'^^xsd:double;
  dwc:latitude '42.41'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2405'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41"^^xsd:decimal ;
  dwc:decimalLongitude "16.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  geo-pos:lat "42.41"^^xsd:decimal ;
  geo-pos:long "16.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2406'^^xsd:string;
  dwc:scientificName 'Macropipus tuberculatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.92'^^xsd:double;
  dwc:latitude '42.41'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107397'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2406'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '107397'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41"^^xsd:decimal ;
  dwc:decimalLongitude "16.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  geo-pos:lat "42.41"^^xsd:decimal ;
  geo-pos:long "16.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2407'^^xsd:string;
  dwc:scientificName 'Ranella olearium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.92'^^xsd:double;
  dwc:latitude '42.41'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141115'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2407'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41"^^xsd:decimal ;
  dwc:decimalLongitude "16.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  geo-pos:lat "42.41"^^xsd:decimal ;
  geo-pos:long "16.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2408'^^xsd:string;
  dwc:scientificName 'Epitonium muricatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.92'^^xsd:double;
  dwc:latitude '42.41'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '524483'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2408'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '524483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41"^^xsd:decimal ;
  dwc:decimalLongitude "16.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  geo-pos:lat "42.41"^^xsd:decimal ;
  geo-pos:long "16.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2409'^^xsd:string;
  dwc:scientificName 'Scaphander lignarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.92'^^xsd:double;
  dwc:latitude '42.41'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139488'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2409'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '139488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41"^^xsd:decimal ;
  dwc:decimalLongitude "16.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  geo-pos:lat "42.41"^^xsd:decimal ;
  geo-pos:long "16.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2410'^^xsd:string;
  dwc:scientificName 'Spondylus gussonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.92'^^xsd:double;
  dwc:latitude '42.41'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141550'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2410'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '141550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41"^^xsd:decimal ;
  dwc:decimalLongitude "16.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 16.92)"^^geo:wktLiteral ;
  geo-pos:lat "42.41"^^xsd:decimal ;
  geo-pos:long "16.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2399'^^xsd:string;
  dwc:scientificName 'Pagurus alatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '16.92'^^xsd:double;
  dwc:latitude '42.41'^^xsd:double;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107230'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2399'^^xsd:string;
  dwc:observationDate '1982-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '107230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2445'^^xsd:string;
  dwc:scientificName 'Gryphus vitreus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '104068'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2445'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '104068'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2446'^^xsd:string;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2446'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2447'^^xsd:string;
  dwc:scientificName 'Echinus melo'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '124294'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2447'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '124294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2448'^^xsd:string;
  dwc:scientificName 'Hymenodiscus coronata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '381759'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2448'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '381759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2449'^^xsd:string;
  dwc:scientificName 'Astropecten irregularis pentacanthus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '125200'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2449'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '125200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2450'^^xsd:string;
  dwc:scientificName 'Luidia sarsii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '123922'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2450'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '123922'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2451'^^xsd:string;
  dwc:scientificName 'Mesothuria intestinalis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '816800'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2451'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '816800'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2434'^^xsd:string;
  dwc:scientificName 'Munida intermedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107157'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2434'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '107157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2418'^^xsd:string;
  dwc:scientificName 'Geodia cydonium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134025'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2418'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '134025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2419'^^xsd:string;
  dwc:scientificName 'Rhizaxinella pyrifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '134266'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2419'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '134266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2420> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2420'^^xsd:string;
  dwc:scientificName 'Amphianthus dohrnii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '100936'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2420'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '100936'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2421'^^xsd:string;
  dwc:scientificName 'Caryophyllia (Caryophyllia) smithii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2421'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2423'^^xsd:string;
  dwc:scientificName 'Scalpellum scalpellum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '106204'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2423'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '106204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2424'^^xsd:string;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2424'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2426'^^xsd:string;
  dwc:scientificName 'Parapenaeus longirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107109'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2426'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '107109'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2427'^^xsd:string;
  dwc:scientificName 'Pasiphaea sivado'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107677'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2427'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '107677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2428'^^xsd:string;
  dwc:scientificName 'Chlorotocus crassicornis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107642'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2428'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '107642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2429'^^xsd:string;
  dwc:scientificName 'Processa nouveli nouveli'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '108345'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2429'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '108345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2430'^^xsd:string;
  dwc:scientificName 'Polycheles typhlops'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107696'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2430'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '107696'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2432'^^xsd:string;
  dwc:scientificName 'Dardanus arrosor'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107197'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2432'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '107197'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2433'^^xsd:string;
  dwc:scientificName 'Pagurus alatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107230'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2433'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '107230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2435> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2435'^^xsd:string;
  dwc:scientificName 'Macropodia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2435'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2436'^^xsd:string;
  dwc:scientificName 'Anamathia rissoana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '441513'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2436'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '441513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2437'^^xsd:string;
  dwc:scientificName 'Monodaeus couchii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '241154'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2437'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '241154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2439'^^xsd:string;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2439'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2440'^^xsd:string;
  dwc:scientificName 'Macropipus tuberculatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '107397'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2440'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '107397'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2441'^^xsd:string;
  dwc:scientificName 'Ranella olearium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141115'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2441'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2442'^^xsd:string;
  dwc:scientificName 'Epitonium muricatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '524483'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2442'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '524483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2443'^^xsd:string;
  dwc:scientificName 'Scaphander lignarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '139488'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2443'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '139488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2444> ;
  mr:hasGeometry <https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "464.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "464.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 17)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5610__OGS%2FISPRA_PIPETA_1_trawl_survey_1982_benthos_2444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5610_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-04-13'^^xsd:date;
  dwc:institutionCode 'OGS/ISPRA'^^xsd:string;
  dwc:collectionCode 'PIPETA_1_trawl_survey_1982_benthos'^^xsd:string;
  dwc:catalogNumber 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2444'^^xsd:string;
  dwc:scientificName 'Spondylus gussonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Adriatic Sea'^^xsd:string;
  dwc:longitude '17'^^xsd:integer;
  dwc:latitude '42.42'^^xsd:double;
  dwc:minimumDepth '464.4'^^xsd:double;
  dwc:maximumDepth '464.4'^^xsd:double;
  dwc:occurrenceRemarks 'seabed obstructions; rocky bottom, particles of hard bottom. The depth of each station was extracted from EMODnet Bathymetry'^^xsd:string;
  dwc:aphiaid '141550'^^xsd:integer;
  dwc:samplingEffort 'Average speed (kn): 3.5; Towing duration (min): 60'^^xsd:string;
  dwc:samplingProtocol 'Bottom otter-trawl net. Wing mesh-size: 55mm. Cod-end mesh-size: 22mm. Foot-rope length: 41m. Head-rope length: 32m.'^^xsd:string;
  dwc:occurrenceId 'OGS/ISPRA_PIPETA_1_trawl_survey_1982_benthos_2444'^^xsd:string;
  dwc:observationDate '1982-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '141550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF